[PATCH 1/7] imx: ipu-v3: fix typo leading to build warning
Sascha Hauer
s.hauer at pengutronix.de
Tue Oct 21 04:09:03 PDT 2014
On Mon, Oct 20, 2014 at 08:15:55PM +0200, Lucas Stach wrote:
> This PAGE_SIZE clearly should not be there.
>
> Signed-off-by: Lucas Stach <dev at lynxeye.de>
Applied all, thanks
Sascha
> ---
> 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
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list