HID: hidraw: fix hidraw_disconnect()
authorStefan Achatz <erazor_de@users.sourceforge.net>
Sat, 29 Jan 2011 01:17:30 +0000 (02:17 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 1 Feb 2011 10:16:51 +0000 (11:16 +0100)
hidraw_disconnect() first sets an entry in hidraw_table to NULL
and calls device_destroy() afterwards. The thereby called
hidraw_release() tries to read this already cleared value resulting
in never removing any device from the list.
This got fixed by changing the order of events.

Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found