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:
71c421d
)
USB: properly pad out usb_device_id.driver_info
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 18 Jun 2012 22:38:22 +0000
(15:38 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 18 Jun 2012 22:38:22 +0000
(15:38 -0700)
On some systems, struct usb_device_id doesn't align properly due to the
recent changes in it. So pad out the driver_info field to align on a
boundry that systems can handle it.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found