]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd721f806426f43bdf6e3a15b417458a579a01152
tree2e4e988a86a112e73b8ad3de74d140809a75fa5c
parent00e0e5b2bfcd15c69b8a7645452836f64886a43a
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