Re: [PATCH] drm/etnaviv: dump: fix sparse warnings

2021-01-25 Thread Lucas Stach
Am Mittwoch, dem 23.12.2020 um 20:51 +0100 schrieb Marc Kleine-Budde: > This patch fixes the following sparse warnings, by adding the missing > endianess > conversion functions. > > > etnaviv/etnaviv_dump.c:78:26: warning: restricted __le32 degrades to integer > > etnaviv/etnaviv_dump.c:88:26:

[PATCH] drm/etnaviv: dump: fix sparse warnings

2020-12-25 Thread Marc Kleine-Budde
This patch fixes the following sparse warnings, by adding the missing endianess conversion functions. | etnaviv/etnaviv_dump.c:78:26: warning: restricted __le32 degrades to integer | etnaviv/etnaviv_dump.c:88:26: warning: incorrect type in assignment (different base types) |