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

Commit 1d9f8456 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Hot fix to enable actuator on 8909 MTP"

parents ed122b83 bd067e59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2039,8 +2039,6 @@ static int __init msm_actuator_init_module(void)
	int32_t rc = 0;
	CDBG("Enter\n");
	rc = platform_driver_register(&msm_actuator_platform_driver);
	if (!rc)
		return rc;

	CDBG("%s:%d rc %d\n", __func__, __LINE__, rc);
	return i2c_add_driver(&msm_actuator_i2c_driver);