Register all TPS65910 regulators even if there is no regulator init data for platform i.e. without any user-supplied constraints.
Signed-off-by: Laxman Dewangan <ldewan...@nvidia.com> --- This patch make sure that all chip regulators get registered even there is no user-supplied. This is based on discussion on following patch about registering rails without init data. max8907: fix use of possibly NULL idata drivers/regulator/tps65910-regulator.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 793adda..1f758c9 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -1105,11 +1105,6 @@ static __devinit int tps65910_probe(struct platform_device *pdev) reg_data = pmic_plat_data->tps65910_pmic_init_data[i]; - /* Regulator API handles empty constraints but not NULL - * constraints */ - if (!reg_data) - continue; - /* Register the regulators */ pmic->info[i] = info; -- 1.7.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/