Merge remote-tracking branch 'regulator/fix/tps80031' into tmp
This commit is contained in:
Коммит
1433d0905f
|
@ -728,7 +728,7 @@ static int tps80031_regulator_probe(struct platform_device *pdev)
|
|||
}
|
||||
}
|
||||
rdev = regulator_register(&ri->rinfo->desc, &config);
|
||||
if (IS_ERR_OR_NULL(rdev)) {
|
||||
if (IS_ERR(rdev)) {
|
||||
dev_err(&pdev->dev,
|
||||
"register regulator failed %s\n",
|
||||
ri->rinfo->desc.name);
|
||||
|
|
Загрузка…
Ссылка в новой задаче