commit | 7dc0ac6015718f5fb66bb79bf53df19f64fbfeee | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Thu Nov 21 22:15:23 2019 +0100 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Nov 22 01:25:40 2019 +0100 |
tree | 90dc7aba5f52d0c02a9a7d2b79a40310639135b6 | |
parent | 616ebd8b9cb455c5949bd94c47283835eba1954a [diff] |
usb: dwc2: fix possible alignment issues Since upgrading to gcc9, warnings are issued: "taking address of packed member of ‘...’ may result in an unaligned pointer value" Fix this by converting dwc2_fifo_read to use unaligned access since packed structures may be on an unaligned address, depending on USB hardware. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>