regulator: Remove redundant NULL assignment
NULL assignment corrupts the error pointer and is not necessary. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -271,7 +271,6 @@ static int max77693_pmic_probe(struct platform_device *pdev)
|
||||
if (IS_ERR(max77693_pmic->rdev[i])) {
|
||||
dev_err(max77693_pmic->dev,
|
||||
"Failed to initialize regulator-%d\n", id);
|
||||
max77693_pmic->rdev[i] = NULL;
|
||||
return PTR_ERR(max77693_pmic->rdev[i]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user