d7241b0a2c
dev_id is used as a pointer at the end of the call chain, so passing it as an int makes no sense and can cause crashes if the pointer and int types have different sizes. For example, if we have 64-bit pointers on a board, the higher part of dev_id will be removed due to an type cast. Signed-off-by: Mykyta Poturai <mykyta_poturai@epam.com> Signed-off-by: Mykola Kvach <mykola_kvach@epam.com> |
||
---|---|---|
.. | ||
ext2 | ||
fcb | ||
nvs | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.fatfs | ||
Kconfig.littlefs | ||
fat_fs.c | ||
fs.c | ||
fs_impl.c | ||
fs_impl.h | ||
fuse_fs_access.c | ||
littlefs_fs.c | ||
shell.c |