git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60cc274
)
staging: vt6656: return if pControlURB->hcpriv not NULL
author
Malcolm Priestley
<tvboxspy@gmail.com>
Mon, 14 Oct 2013 18:44:13 +0000
(19:44 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 15 Oct 2013 16:42:13 +0000
(09:42 -0700)
Fixes occasional urb submitted while active.
Even thought the fMP_CONTROL_WRITES/fMP_CONTROL_READS flags
are cleared in the return context urb->hcpriv is not NULL.
check for hcpriv and return STATUS_FAILURE if not NULL.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found