Merge remote-tracking branch 'regulator/fix/qcom-rpm' into regulator-linus

This commit is contained in:
Mark Brown 2015-02-08 11:16:18 +08:00
Родитель 14ac3213ba a412ec2795
Коммит 36818b821b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -768,7 +768,7 @@ static int rpm_reg_probe(struct platform_device *pdev)
break;
}
if (force_mode < 0) {
if (force_mode == -1) {
dev_err(&pdev->dev, "invalid force mode\n");
return -EINVAL;
}