[PATCH 1/7] arm: imx: power-off: change to syscon to access register

Alexandre Belloni alexandre.belloni at free-electrons.com
Sat May 16 06:54:17 PDT 2015


Hi,

On 15/05/2015 at 21:36:24 +0800, Frank.Li at freescale.com wrote :
>  static int imx_poweroff_probe(struct platform_device *pdev)
>  {
> -	snvs_base = of_iomap(pdev->dev.of_node, 0);
> -	if (!snvs_base) {
> +	struct device_node *nd;
> +
> +	nd = of_get_parent(pdev->dev.of_node);
> +	if (!nd)
> +		return -ENODEV;
> +	snvs = syscon_node_to_regmap (nd);
You should remove that space ---^


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the linux-arm-kernel mailing list