[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1285149150-12183-1-git-send-email-m.grzeschik@pengutronix.de>
Date: Wed, 22 Sep 2010 11:52:30 +0200
From: Michael Grzeschik <m.grzeschik@...gutronix.de>
To: dan.j.williams@...el.com
Cc: linux-kernel@...r.kernel.org, g.liakhovetski@....de,
trivial@...nel.org, Michael Grzeschik <m.grzeschik@...gutronix.de>
Subject: [PATCH] ipu_idmac: fixup comment based on color case
Signed-off-by: Michael Grzeschik <m.grzeschik@...gutronix.de>
---
drivers/dma/ipu/ipu_idmac.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c
index cb26ee9..e065703 100644
--- a/drivers/dma/ipu/ipu_idmac.c
+++ b/drivers/dma/ipu/ipu_idmac.c
@@ -321,7 +321,7 @@ static void ipu_ch_param_set_size(union chan_param_mem *params,
params->ip.wid2 = 4; /* Blue bit width - 1 */
break;
case IPU_PIX_FMT_BGR24:
- params->ip.bpp = 1; /* 24 BPP & RGB PFS */
+ params->ip.bpp = 1; /* 24 BPP & BGR PFS */
params->ip.pfs = 4;
params->ip.npb = 7;
params->ip.sat = 2; /* SAT = 32-bit access */
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists