diff options
author | Stephen Boyd <stephen.boyd@linaro.org> | 2016-09-13 22:53:02 -0700 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2016-11-14 10:03:40 +0800 |
commit | 34445fb4333f47674e988b98a587195ffa84beae (patch) | |
tree | bfa83716e8ce18fe827f9d7d441930677614094a /drivers/mfd/tps65912-spi.c | |
parent | bb2d387c4d90f5b400b94a0fcb5aaef31dfc0789 (diff) |
usb: chipidea: Properly mark little endian descriptors
The DMA descriptors are little endian, and we do a pretty good
job of handling them with the proper le32_to_cpu() markings, but
we don't actually mark them as __le32. This means checkers like
sparse can't easily find new bugs. Let's mark the members of
structures properly and fix the few places where we're missing
conversions.
Cc: Peter Chen <peter.chen@nxp.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/mfd/tps65912-spi.c')
0 files changed, 0 insertions, 0 deletions