From: Oliver Neukum Date: Tue, 6 Aug 2013 12:22:59 +0000 (+0200) Subject: USB: cdc-wdm: fix race between interrupt handler and tasklet X-Git-Tag: v3.12-rc1~186^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd433e6cf2475ce8abec1b467720858c24450eb;p=pandora-kernel.git USB: cdc-wdm: fix race between interrupt handler and tasklet Both could want to submit the same URB. Some checks of the flag intended to prevent that were missing. Signed-off-by: Oliver Neukum CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed