pmaports/device/testing/linux-samsung-i9003/02_mfd_driver_fix.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

13 lines
430 B
Diff

diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
index 7df976d..1937e6c 100644
--- a/drivers/mfd/twl-core.c
+++ b/drivers/mfd/twl-core.c
@@ -1352,8 +1352,6 @@ twl_probe(struct i2c_client *client, const struct i2c_device_id *id)
twl4030_power_sr_init();
twl4030_power_init(pdata->power);
}
- if (twl_class_is_6030())
- twl6030_power_init(pdata->power);
}
/* Maybe init the T2 Interrupt subsystem */