Re: [PATCH 14/27] drivers/pinctrl: don't check resource with devm_ioremap_resource

2013-08-07 Thread Linus Walleij
On Tue, Jul 23, 2013 at 8:01 PM, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang > --- > Please apply via the subsystem-tree. Patch applied, but I had to drop the hunk to the imx dri

[PATCH 14/27] drivers/pinctrl: don't check resource with devm_ioremap_resource

2013-07-23 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- Please apply via the subsystem-tree. drivers/pinctrl/pinctrl-imx.c |3 --- drivers/pinctrl/pinctrl-rockchip.c |5 - drivers/pinctrl/pinctrl-u