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:
9830317
)
usb: gadget serial: don't shift bcd version left by 16
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Mon, 10 Sep 2012 17:06:44 +0000
(19:06 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 10 Sep 2012 17:04:20 +0000
(20:04 +0300)
Fengguang Wu reported:
|drivers/usb/gadget/serial.c:89:22: sparse: cast truncates bits from
|constant value (
24000000
becomes 0)
I obviously let the version number shift away. Since the version is a
16bit number it can be applied as it.
Cc: fengguang.wu@intel.com
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found