commit | da55f68e80cb430964238110294046b2adb5b736 | [log] [tgz] |
---|---|---|
author | Cliff Cai <cliff.cai@analog.com> | Tue Jan 19 00:10:42 2010 -0500 |
committer | Remy Bohmer <linux@bohmer.net> | Wed Feb 03 22:06:59 2010 +0100 |
tree | e92aa2e7d6d54e141e9296a6a3a95fa2617a788a | |
parent | 98b9eb7a256a0c0d3fd0f681f7249178c33827a7 [diff] |
usb: musb: fix Blackfin DMA register padding The conversion from offsets to C structs lost a little padding in the DMA register map. Accessing endpoints other than ep0 with DMA would fail as the addresses wouldn't be adjusted correctly. Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>