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

Commit 76a7a38b authored by Abhijit Trivedi's avatar Abhijit Trivedi
Browse files

UPSTREAM: Merge PC182 - commit '23636c33' into mainline - 06/13



* commit '23636c33':
  msm: camera: sensor: Unlock the mutex in case of error

Change-Id: I8bcb38f18d68c6f9366436de2715dbd1fbe1b7fb
Signed-off-by: default avatarAbhijit Trivedi <abhijitt@codeaurora.org>
parents a1701005 23636c33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -599,7 +599,8 @@ int32_t cam_sensor_driver_cmd(struct cam_sensor_ctrl_t *s_ctrl,
		} else {
			CAM_ERR(CAM_SENSOR, "Invalid Command Type: %d",
				 cmd->handle_type);
			return -EINVAL;
			rc = -EINVAL;
			goto release_mutex;
		}

		pu = power_info->power_setting;