From: Oliver Neukum Date: Thu, 30 Oct 2008 23:07:23 +0000 (+0100) Subject: HID: fix locking in hidraw_open() X-Git-Tag: v2.6.28-rc6~67^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d672cd7506165818aacf97fdc448cffc72bde37;p=pandora-kernel.git HID: fix locking in hidraw_open() As open needs to sleep hidraw was wrong to call it with a spinlock held. Furthermore, open can of course fail which needs to be handled. Signed-off-by: Oliver Neukum Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed