commit | f50dcd60a03a3fe7bbb7d43d6fe070602bda6989 | [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 | 4df4f3c9a2121a7b49c5b2acc73706c16e42c173 [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>