]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: serial: sierra: remove reset_resume callback
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 21:11:40 +0000 (14:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 21:12:11 +0000 (14:12 -0700)
commit3abee859c13ec6a0f49a7234eef011f5d45136f1
treec6843c41cbe7a53c7311e8101ceb50cb558a8378
parent2bfd1c96a9fb9b547db9a2ad8428dc8de5526e92
USB: serial: sierra: remove reset_resume callback

This really just is the resume callback for the device, so use that,
especially as the usb-serial core just overrode this callback so it
wasn't being made anyway.

Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Johan Hovold <jhovold@gmail.com>
Cc: Anton Samokhvalov <pg83@yandex.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/sierra.c