commit | 76e3d4e530c34e9981fe60ad78ff207ee8cab1ec | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Sun Aug 15 14:18:59 2010 +0200 |
committer | Remy Bohmer <linux@bohmer.net> | Mon Sep 20 21:57:17 2010 +0200 |
tree | 80a55426b85d42878f964fe8b459302915931e28 | |
parent | e59ba534c8b38991a7fa69a26a6854b56c4a753c [diff] |
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>