]> Git Repo - linux.git/commit
USB: Sierra: fix oops upon device close
authorAlan Stern <[email protected]>
Tue, 7 Jul 2009 13:50:14 +0000 (09:50 -0400)
committerGreg Kroah-Hartman <[email protected]>
Sun, 12 Jul 2009 22:16:40 +0000 (15:16 -0700)
commit7bae0a070db4bc2761dd9515f450cdfa3f3f248c
treef4a90527a00889de6793b321d1261bd375278d7f
parentc3325eb16d36a49f9a5ae09241c418cfd1d3f4f5
USB: Sierra: fix oops upon device close

This patch (as1263) fixes a mixup that occurred when conflicting
patches for the sierra driver were merged incorrectly.  The former
sierra_shutdown routine should have been become sierra_release, not
sierra_disconnect.

The symptom this fixes is an oops when the device file is closed after
a Sierra device has been unplugged (Bugzilla #13675).

Signed-off-by: Alan Stern <[email protected]>
Tested-by: Peter Naulls <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/serial/sierra.c
This page took 0.053757 seconds and 4 git commands to generate.