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:
cec28a5
)
USB: whci-hcd: fix endian conversion in qset_clear()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 22 Nov 2011 07:28:31 +0000
(10:28 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 27 Nov 2011 03:56:48 +0000
(19:56 -0800)
qset->qh.link is an __le64 field and we should be using cpu_to_le64()
to fill it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found