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)
commit39f2f080b39ceb7ccbc0da4bc13fea5698f7fa3a
tree88661978a83a3b2921df9728a88c1fdf63998c86
parentcbd3af54642ec1146bac0479538d495fc474318e
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