From: Greg Kroah-Hartman Date: Mon, 18 Jun 2012 22:38:22 +0000 (-0700) Subject: USB: properly pad out usb_device_id.driver_info X-Git-Tag: v3.6-rc1~101^2~53^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec1868e23099023bc545e199b78d99840b1abc9;p=pandora-kernel.git USB: properly pad out usb_device_id.driver_info 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 Acked-by: Geert Uytterhoeven Cc: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed