[PATCH 4/4] ARM: i.MX ocotp: Switch to regmap support
Sascha Hauer
s.hauer at pengutronix.de
Wed Feb 3 23:43:38 PST 2016
Hi Stefan,
On Thu, Feb 04, 2016 at 08:38:30AM +0100, Stefan Christ wrote:
> Hi Sascha,
>
> > + priv->map = regmap_init(dev, &imx_ocotp_regmap_bus, priv, &imx_ocotp_regmap_config);
> > + if (IS_ERR(priv->map))
> > + return PTR_ERR(priv->map);
> > +
> > + ret = regmap_register_cdev(priv->map, "imx-ocotp");
> > + if (ret)
> > + return ret;
> > +
>
> Here are whitespaces instead of tabs.
Fixed, thanks for noting
Sascha
--
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