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

Commit bd067e59 authored by Samyukta Mogily's avatar Samyukta Mogily Committed by Gerrit - the friendly Code Review server
Browse files

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



Enabling i2c driver register for actuator on 8909 MTP.

Change-Id: I03a304e9b489ae49e7ec48007bbbe0ae7d6a2c59
Signed-off-by: default avatarSamyukta Mogily <smogily@codeaurora.org>
parent 5b68799e
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);