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)
commit0acf0bc2043e56dc90df3b61192cd312b6cf8fdd
tree1267bb5f69ce0c95e7515578f33bb28ae0284cbe
parentc2537f3c8ffc2e8814b557a4faabc8cce133b550
kernel: fix compiler warning caused by NVMEM-on-UBI

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>
target/linux/generic/pending-6.1/450-07-mtd-ubi-provide-NVMEM-layer-over-UBI-volumes.patch