commit | 41bd72f9041def8e3334d3e3693862d078f5cb9a | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Wed Mar 17 23:05:53 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:33 2010 -0700 |
tree | 6a63cccfedd49a8a6fd407dd275657fc52e1fb93 | |
parent | f26788da3b342099d2b02d99ba1cb7f154d6ef7b [diff] |
USB: serial: refactor read urb submission in generic driver Use the already exported function for submitting the read urb associated with a usb_serial_port. Make sure it returns the result of usb_submit_urb and rename to the more descriptive usb_serial_generic_submit_read_urb. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>