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:
e3376d6
)
usbcore: fix incorrect type in assignment in descriptors_changed()
author
Xenia Ragiadakou
<burzalodowa@gmail.com>
Sat, 31 Aug 2013 01:40:49 +0000
(
04:40
+0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 31 Aug 2013 01:50:43 +0000
(18:50 -0700)
This patch fixes the incorrect assignment of a variable with type 'le16'
to a variable with type 'unsigned int'.
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found