USB: rndis_host: fix crash while probing a Nokia S60 mobile
authorDaniel Gollub <dgollub@suse.de>
Tue, 16 Jan 2007 10:03:01 +0000 (11:03 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Jan 2007 19:46:55 +0000 (11:46 -0800)
commitdeb31f1764e0a11bcfe8d44e0658f83d83860e84
tree618d3ac0b7860b1ff58a43154db7f91fac180900
parentd0ffff8fddd5853e4b2b101790ac0c3690655af5
USB: rndis_host: fix crash while probing a Nokia S60 mobile

Bug fix for driver rndis_host which fixes rndis_host probing certain
Nokia S60 (Series 60) mobiles. While the rndis_host get probed by usbnet
and tries to bind the Nokia mobile the bind is going to fail. The
rndis_host module tries to release the device, in a wrong way, which
cause the oops.

Fixes Bugzilla #7201

Signed-off-by: Daniel Gollub <dgollub@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/rndis_host.c