mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 03:45:21 +00:00
There are warnings generated within NVMe. `prp` is a `void *` which is 32bits wide on 32bit systems. This adds a cast to first cast it to a `uintptr_t` and then casts it to a `uint64_t` to supress the warning. This also fix an issue where `int n_prp` is defined under a case statement. This adds the { } around the block underneath it. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com> |
||
---|---|---|
.. | ||
nvme | ||
CMakeLists.txt | ||
flashdisk.c | ||
Kconfig | ||
Kconfig.flash | ||
Kconfig.loopback | ||
Kconfig.mmc | ||
Kconfig.ram | ||
Kconfig.sdmmc | ||
loopback_disk.c | ||
mmc_subsys.c | ||
ramdisk.c | ||
sdmmc_stm32.c | ||
sdmmc_subsys.c |