mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
regulator: Remove a redundant device_remove_file call in create_regulator
We already have device_remove_file() in error path, no need to call it before goto link_name_err. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
59c700cf20
commit
aa7a74040a
@ -1052,7 +1052,6 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,
|
||||
printk(KERN_WARNING
|
||||
"%s: could not add device link %s err %d\n",
|
||||
__func__, dev->kobj.name, err);
|
||||
device_remove_file(dev, ®ulator->dev_attr);
|
||||
goto link_name_err;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user