]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB-CDC: correct wrong alignment in ether.c
authorStefano Babic <sbabic@denx.de>
Sun, 15 Aug 2010 12:18:59 +0000 (14:18 +0200)
committerRemy Bohmer <linux@bohmer.net>
Mon, 20 Sep 2010 19:57:17 +0000 (21:57 +0200)
commit80460772197ea33d9e0023b1c359f5916a760fa1
tree80a55426b85d42878f964fe8b459302915931e28
parentc0ef51318813c062052f91ef7c15b75bbbf15767
USB-CDC: correct wrong alignment in ether.c

The buffer for the status request must be word aligned
because it is accessed with 32 bit pointer in the
eth_status_complete function.

Signed-off-by: Stefano Babic <sbabic@denx.de>
drivers/usb/gadget/ether.c