]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: ab8500-sysctrl: Let sysctrl driver work without pdata
authorFabio Baltieri <fabio.baltieri@linaro.org>
Fri, 26 Apr 2013 12:17:18 +0000 (14:17 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 21 May 2013 21:23:21 +0000 (23:23 +0200)
commit937415046b502908d6c1167807d6e645f00f139e
treead52c0a00e073083ebd2948cd54b7db61f082725
parentccffc3a739789db8bded604dab1880faffa16987
mfd: ab8500-sysctrl: Let sysctrl driver work without pdata

A check for a valid plat->sysctrl was introduced in:

3e06b96 mfd: ab8500-sysctrl: Error check clean up

but the driver works just fine even without that initialization data,
and enforcing it breaks existing platforms for no reason.

This patch removes the check and let the driver go ahead with probe.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-sysctrl.c