Re: [PATCH] OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()

2010-11-08 Thread Tomi Valkeinen
On Mon, 2010-11-08 at 12:56 +0100, ext Archit Taneja wrote: > Read correct DISPC_CONFIG bit when the channel is DIGIT, remove extra line > at the end of the function. > > Signed-off-by: Archit Taneja Thanks, applied. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-oma

[PATCH] OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()

2010-11-08 Thread Archit Taneja
Read correct DISPC_CONFIG bit when the channel is DIGIT, remove extra line at the end of the function. Signed-off-by: Archit Taneja --- drivers/video/omap2/dss/dispc.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2