On 3/1/23 06:18, Marek Vasut wrote:
> The 64bit limitation check is compiled and optimized out on 32bit
> platforms, but generates a type width warning:
>
> drivers/mmc/tmio-common.c: In function ‘tmio_sd_addr_is_dmaable’:
> drivers/mmc/tmio-common.c:376:26: warning: right shift count >= width o
The 64bit limitation check is compiled and optimized out on 32bit
platforms, but generates a type width warning:
drivers/mmc/tmio-common.c: In function ‘tmio_sd_addr_is_dmaable’:
drivers/mmc/tmio-common.c:376:26: warning: right shift count >= width of type
[-Wshift-count-overflow]
376 |
2 matches
Mail list logo