]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: Fix alignment of buffer passed down to ->hub_control()
authorMikael Pettersson <mikpe@it.uu.se>
Fri, 5 Jan 2007 23:54:18 +0000 (00:54 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:30 +0000 (03:23 +0100)
commit8059c0f97012c5bf881d9a158dcfd3843c025b9b
treebba4aba9ebf2143e99ae797589ae4186402c3c88
parent43aa2c34a65b64370635ac447994f99e7d410890
USB: Fix alignment of buffer passed down to ->hub_control()

Implementations assume the buffer is at least 4 byte aligned.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/usb/core/hcd.c