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:
f18f8ed
)
drivers: xhci: fix incorrect bit test
author
Nickolai Zeldovich
<nickolai@csail.mit.edu>
Tue, 8 Jan 2013 03:39:31 +0000
(22:39 -0500)
committer
Sarah Sharp
<sarah.a.sharp@linux.intel.com>
Thu, 24 Jan 2013 17:53:37 +0000
(09:53 -0800)
Fix incorrect bit test that originally showed up in
4ee823b83bc9851743fab756c76b27d6a1e2472b
"USB/xHCI: Support
device-initiated USB 3.0 resume."
Use '&' instead of '&&'.
This should be backported to kernels as old as 3.4.
Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: stable@vger.kernel.org
No differences found