mtd: ubi: fix NVMEM over UBI volumes on 32-bit systems
authorDaniel Golle <daniel@makrotopia.org>
Thu, 29 Feb 2024 03:47:24 +0000 (03:47 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 10 Mar 2024 21:14:28 +0000 (22:14 +0100)
commitb8a77b9a5f9c2ba313f2beef8440b6f9f69768e7
tree0e4e176f0cee3351ca2eebc37e5188fdc7dbfb3f
parent3ce485803da1b79b2692b6d0c2792829292ad838
mtd: ubi: fix NVMEM over UBI volumes on 32-bit systems

A compiler warning related to sizeof(int) != 8 when calling do_div()
is triggered when building on 32-bit platforms.
Address this by using integer types having a well-defined size.

Fixes: 3ce485803da1 ("mtd: ubi: provide NVMEM layer over UBI volumes")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/nvmem.c