Commit 12a1d933 authored by Wolfram Sang's avatar Wolfram Sang Committed by Liam Girdwood

regulator/lp3971: drop unnecessary initialization

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent a954c487
......@@ -541,7 +541,7 @@ static struct i2c_driver lp3971_i2c_driver = {
static int __init lp3971_module_init(void)
{
int ret = -ENODEV;
int ret;
ret = i2c_add_driver(&lp3971_i2c_driver);
if (ret != 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment