summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-02-25 08:49:28 -0600
committerTom Rini <[email protected]>2026-02-25 08:49:28 -0600
commit7995bf8dea2d5b3eb7fcb836636f4773924ec35d (patch)
tree69ea31b67d4c407d1156899de7112e5288d0b29c /drivers/video
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')
-rw-r--r--drivers/video/exynos/exynos_fb.c2
-rw-r--r--drivers/video/nexell/soc/s5pxx18_soc_mlc.c2
2 files changed, 1 insertions, 3 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;
diff --git a/drivers/video/nexell/soc/s5pxx18_soc_mlc.c b/drivers/video/nexell/soc/s5pxx18_soc_mlc.c
index c8cf833f308..2c8348bf633 100644
--- a/drivers/video/nexell/soc/s5pxx18_soc_mlc.c
+++ b/drivers/video/nexell/soc/s5pxx18_soc_mlc.c
@@ -1641,8 +1641,6 @@ void nx_mlc_set_layer_alpha256(u32 module_index, u32 layer, u32 alpha)
u32 register_data;
register struct nx_mlc_register_set *pregister;
- if (alpha < 0)
- alpha = 0;
if (alpha > 255)
alpha = 255;