commit | 28e1d9ca6ac5f928f2037393453e94e7c2c7074d | [log] [tgz] |
---|---|---|
author | Vincent Palatin <vpalatin@chromium.org> | Wed Mar 06 14:08:32 2013 +0000 |
committer | Marek Vasut <marex@denx.de> | Mon Mar 18 18:58:54 2013 +0100 |
tree | 3b0e0b294377daa42a30b74acdf35e70481f8746 | |
parent | e55fdac4da569e017016dffc2c3952e5c0266184 [diff] |
usb: ehci: Fix aliasing issue in EHCI interrupt code The interrupt endpoint handling code stores the buffer pointer in the QH padding field. We need to make it the size of a pointer to avoid strict aliasing issue with the compiler. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>