]> git.baikalelectronics.ru Git - kernel.git/commit
usb-storage: always print quirks
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 16 May 2010 20:31:07 +0000 (23:31 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:49 +0000 (13:21 -0700)
commit3b65865a1f5857cde2888e7f3956dfcc3997a257
tree88661978a83a3b2921df9728a88c1fdf63998c86
parent879e18afc5893a9eb1418673a3afa2f7a84043cb
usb-storage: always print quirks

Right now quirks are printed only when the are manually overriden with
the module parameters. It's not so useful to remind the user that his
parameters are correctly applied; what is useful is to print out the
quirks the user is not aware are being applied.

So let's do the smart thing and print the quirks when they are present.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/usb.c