RE: [PATCH 18/21] ASoC: da7219: fix endianness issues

2019-01-07 Thread Adam Thomson
On 05 January 2019 02:03, Pierre-Louis Bossart wrote: > Reported by Sparse. > > da7219.c:440:44: warning: cast to restricted __le16 > da7219.c:461:13: warning: incorrect type in assignment (different base types) > da7219.c:461:13:expected unsigned short [unsigned] [usertype] val > da7219.c:46

[PATCH 18/21] ASoC: da7219: fix endianness issues

2019-01-04 Thread Pierre-Louis Bossart
Reported by Sparse. da7219.c:440:44: warning: cast to restricted __le16 da7219.c:461:13: warning: incorrect type in assignment (different base types) da7219.c:461:13:expected unsigned short [unsigned] [usertype] val da7219.c:461:13:got restricted __le16 [usertype] da7219.c:1451:16: warnin