commit | 466e3ac054b04be3ecb86c8460d6ba2534afa4f0 | [log] [tgz] |
---|---|---|
author | Shiraz Hashim <shiraz.hashim@st.com> | Tue Mar 06 23:39:41 2012 +0000 |
committer | Marek Vasut <marek.vasut@gmail.com> | Mon Mar 19 00:08:17 2012 +0100 |
tree | bb262d7f2a14b45321c114e66abc02f6d3a2c1ee | |
parent | c1b4f8e308052374d01bd1e064c7ff5ac1187774 [diff] |
USB:gadget:designware Fix memory nonalignment issue While receiving packets from FIFO sometimes the buffer provided was nonaligned. Fix this by taking a temporary aligned buffer and then copying the content to nonaligned buffer. Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com>