usb-skeleton: small update
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Tue, 15 Aug 2006 01:44:29 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:54 +0000 (11:58 -0700)
commitc07045412f21c5bb344244e8ec45671529e411bd
tree2e4e988a86a112e73b8ad3de74d140809a75fa5c
parentd5cbad4b8b37acfde3e63d31b92561b87288ad0f
usb-skeleton: small update

o CodingStyle fixes
o Removes trailing spaces
o Do not make not needed initialiation of automatic variables
o Use usb_endpoint_* functions
o If we get an error in the write URB callback print an error message instead
  of a debug one

(Pretty unrelated changes, but spliting this up doesn't pay off as our main
changes are just CodingStyle fixes).

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/usb-skeleton.c