commit | c706ebdfc8955b850e477255a8c0f93f9f14712d | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jun 02 11:54:11 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:47 2009 -0700 |
tree | 1f880601cdd2663ee4206783092d5fa9d90c8922 | |
parent | c6994e6f067cf0fc4c6cca3d164018b1150916f8 [diff] |
USB: usb-serial: call port_probe and port_remove at the right times This patch (as1253) prevents the usb-serial core from calling a driver's port_probe and port_remove methods more than once per port. It also removes some unnecessary try_module_get() calls and adds a missing port_remove method call in a failure path. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>