summaryrefslogtreecommitdiff
path: root/drivers/video/exynos/exynos_fb.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2026-02-25 08:49:28 -0600
committerTom Rini <trini@konsulko.com>2026-02-25 08:49:28 -0600
commit7995bf8dea2d5b3eb7fcb836636f4773924ec35d (patch)
tree69ea31b67d4c407d1156899de7112e5288d0b29c /drivers/video/exynos/exynos_fb.c
parent78ea226ddb2aa56cd6d8c034ff34df74d210edd5 (diff)
parent336dd39b956e5f7e078da1d2b689415a41484067 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung
- Assorted platform and video driver updates
Diffstat (limited to 'drivers/video/exynos/exynos_fb.c')
-rw-r--r--drivers/video/exynos/exynos_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_fb.c b/drivers/video/exynos/exynos_fb.c
index 0407a3f51b0..1cc1bd92e57 100644
--- a/drivers/video/exynos/exynos_fb.c
+++ b/drivers/video/exynos/exynos_fb.c
@@ -350,7 +350,7 @@ void exynos_fimd_window_off(struct exynos_fb_priv *priv, unsigned int win_id)
void exynos_fimd_disable_sysmmu(void)
{
u32 *sysmmufimd;
- unsigned int node;
+ int node;
int node_list[2];
int count;
int i;