[PATCH 11/133] [Jaunty SRU] ARM.imx51 Freescale:ENGR00108706 Fix _ipu_dp_set_csc_coefficients can not set the right csc value

Brad Figg brad.figg at canonical.com
Thu Jul 9 16:48:01 UTC 2009


From: Katherine Lu <katherine.lu at freescale.com>

Fix _ipu_dp_set_csc_coefficients can not set the right csc value

Signed-off-by: Katherine Lu <katherine.lu at freescale.com>
Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 drivers/mxc/ipu3/ipu_disp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mxc/ipu3/ipu_disp.c b/drivers/mxc/ipu3/ipu_disp.c
index 979bfed..888c740 100644
--- a/drivers/mxc/ipu3/ipu_disp.c
+++ b/drivers/mxc/ipu3/ipu_disp.c
@@ -684,7 +684,7 @@ void _ipu_dp_set_csc_coefficients(ipu_channel_t channel, int32_t param[][3])
 		return;
 
 	dp_csc_param.mode = -1;
-	dp_csc_param.coeff = ¶m;
+	dp_csc_param.coeff = param;
 	__ipu_dp_csc_setup(dp, dp_csc_param, true);
 }
 
-- 
1.6.0.4





More information about the kernel-team mailing list