git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c49fc9
)
USB: serial: remove usb_serial_register and usb_serial_deregister
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 20:50:30 +0000
(12:50 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 20:50:30 +0000
(12:50 -0800)
No one uses them anymore, they should be using the safer
usb_serial_register_drivers() and usb_serial_deregister_drivers()
functions instead.
Thanks to Alan Stern for writing these functions and porting all
in-kernel users to them.
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found