commit | 6dd433e6cf2475ce8abec1b467720858c24450eb | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Tue Aug 06 14:22:59 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 15:41:07 2013 -0700 |
tree | fc3359d4bd68a1216835b3ca12221f8632ed602b | |
parent | e9a088fae5e4f9be729f3f419627abc3886b09de [diff] |
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 <oneukum@suse.de> CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>