]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: cleanups for g_file_storage
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 8 Aug 2007 21:10:11 +0000 (17:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:10 +0000 (14:55 -0700)
commit79a7d9ee1a2e8b8dc44dd217f07496911850ec0e
tree030bb85f4e098fce987dd7ec3ce3c879eb9ac459
parentd74d4a69dc1cc7ddc0eabb9c9f1e45005e2984eb
USB: cleanups for g_file_storage

This patch (as957) makes some minor cleanups to the g_file_storage
driver:

Update the copyright date and version string;

Uniformize the logging macros for the gadget and the LUNs;

Remove "inline" markers -- nowadays we rely on the compiler
to decide which routines are best inlined;

Use the print_hex_dump() library routines;

Remove some unnecessary assignments within conditionals
and fix some close-brace indenting levels;

Fix some column-80 violations.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/file_storage.c