kernel: fix compiler warning caused by NVMEM-on-UBI
authorDaniel Golle <daniel@makrotopia.org>
Sun, 25 Feb 2024 23:56:55 +0000 (23:56 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 26 Feb 2024 01:29:22 +0000 (01:29 +0000)
When building the UBI NVMEM provider on 32-bit platforms a compiler
warning is triggered due to different sizeof(int).
Fix this by using integer types with well-defined size.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

No differences found