Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a639c144 authored by Nirmal Abraham's avatar Nirmal Abraham
Browse files

fbdev: msm: Fix LLVM compilation errors and warnings



Fix compilation warnings and errors when LLVM is enabled.

Change-Id: Ie30dfdd9cec2052997375e88d13f2359b32864af
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent 3364ad12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -6671,7 +6671,7 @@ static int is_valid_calib_dspp_addr(char __iomem *ptr)
			ret = MDP_PP_OPS_READ | MDP_PP_OPS_WRITE;
			break;
		/* Dither enable/disable */
		} else if ((ptr == base + MDSS_MDP_REG_DSPP_DITHER_DEPTH)) {
		} else if (ptr == base + MDSS_MDP_REG_DSPP_DITHER_DEPTH) {
			ret = MDP_PP_OPS_READ | MDP_PP_OPS_WRITE;
			break;
		/* Six zone and mem color */