[PATCH 1/7] imx: ipu-v3: fix typo leading to build warning
Lucas Stach
dev at lynxeye.de
Mon Oct 20 11:15:55 PDT 2014
This PAGE_SIZE clearly should not be there.
Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
drivers/video/imx-ipu-v3/ipu-common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/imx-ipu-v3/ipu-common.c b/drivers/video/imx-ipu-v3/ipu-common.c
index c602363..f13cf01 100644
--- a/drivers/video/imx-ipu-v3/ipu-common.c
+++ b/drivers/video/imx-ipu-v3/ipu-common.c
@@ -796,7 +796,7 @@ static int ipu_probe(struct device_d *dev)
dev_dbg(dev, "vdi: 0x%p\n",
ipu_base + devtype->vdi_ofs);
- ipu->cm_reg = ipu_base + devtype->cm_ofs, PAGE_SIZE;
+ ipu->cm_reg = ipu_base + devtype->cm_ofs;
ipu->idmac_reg = ipu_base + devtype->cm_ofs + IPU_CM_IDMAC_REG_OFS;
ipu->cpmem_base = ipu_base + devtype->cpmem_ofs;
--
1.9.3
More information about the barebox
mailing list