From: Oliver Neukum Date: Thu, 13 Oct 2011 16:21:58 +0000 (+0200) Subject: HID: usbhid: cancel timer for retry synchronously X-Git-Tag: v3.2-rc1~187^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad9fbe8651e8abd9794d4b4c4133241aa3093b5;p=pandora-kernel.git HID: usbhid: cancel timer for retry synchronously This makes sure IO is never restarted while a reset is going on In particular there seems to be no protection from hid_retry_timeout() calling hid_start_in() which would start IO after hid_pre_reset() has already called hid_cease_io() because that uses del_timer(), not del_timer_sync() Signed-off-by: Oliver Neukum Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed