Daniel Golle 360d27eb76 kernel: fix warning when building fitblk on 32-bit platforms
Kernel warns about comparision of different types without cast when
building the fitblk driver on 32-bit platforms.
Fix this by using `min_t(size_t, ...`.

Fixes: 8fc5457869 ("kernel: add pending fitblk uImage.FIT sub-image block driver")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-24 03:34:27 +00:00
..
2024-01-19 21:24:44 +01:00
2024-02-18 11:20:27 +00:00
2024-01-06 10:53:39 +01:00
2024-01-06 12:52:49 +01:00
2024-02-18 11:23:19 +00:00
2024-02-23 18:05:09 +01:00
2024-02-18 11:20:27 +00:00
2024-02-18 11:20:27 +00:00
2024-02-01 21:36:00 +01:00
2024-02-13 19:05:48 +01:00
2024-01-01 02:34:48 +01:00
2023-12-02 14:06:56 +02:00
2024-02-22 17:30:05 +01:00