USB: usb-storage: fix bug in fill_inquiry
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 7 Dec 2009 21:47:43 +0000 (16:47 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:26 +0000 (11:55 -0800)
commitf3f6faa9edf67c1018270793e0547b0f81abb47e
treeb3f9466d4cca6ee280917190b346bfe3a1a790e3
parenta0bb108112a872c0b0c4b3ef4974f95fb75b155d
USB: usb-storage: fix bug in fill_inquiry

This patch (as1312) fixes a minor bug in usb-storage.  The
fill_inquiry() routine neglects to pre-load the inquiry data buffer
with spaces.  As a result, if the vendor name is shorter than 8
characters or the product name is shorter than 16, the remainder will
be filled with garbage.

The patch also removes some unnecessary calls to strlen().

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/usb.c