commit | 5894af89f22a94f2356474a2e1e14ca6267019d4 | [log] [tgz] |
---|---|---|
author | Anthony Foiani <anthony.foiani@gmail.com> | Thu Aug 22 22:06:41 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 09:54:27 2013 -0700 |
tree | ecd62a0e5a16d67582b63c3bcc5d53e803e2e6d8 | |
parent | 7182f8f81a8c6425061c144d04477048826315e5 [diff] |
staging: usbip: properly handle "-l" / "--log" option This option is in the long options list, and it's handled in the option processing loop, but the optstring didn't include it. Signed-off-by: Anthony Foiani <anthony.foiani@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>