Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

regulator/lp3971: drop unnecessary initialization

parent a954c487
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)