msm: camera: Correct the IOCTL numbers.
Two camera IOCTL types are enumerated using
the same number by mistake. Rectify the mistake.
Change-Id: I48ee8d0ca543c19a3f692ed2ca5baa950edacdf2
Signed-off-by: Kiran Kumar H N <hurlisal@codeaurora.org>
diff --git a/include/media/msm_camera.h b/include/media/msm_camera.h
index 1a6f68f..7305e51 100644
--- a/include/media/msm_camera.h
+++ b/include/media/msm_camera.h
@@ -184,10 +184,10 @@
_IOW(MSM_CAM_IOCTL_MAGIC, 51, uint32_t *)
#define MSM_CAM_IOCTL_GET_MCTL_INFO \
- _IOR(MSM_CAM_IOCTL_MAGIC, 51, struct msm_mctl_node_info *)
+ _IOR(MSM_CAM_IOCTL_MAGIC, 52, struct msm_mctl_node_info *)
#define MSM_CAM_IOCTL_MCTL_DIVERT_DONE \
- _IOR(MSM_CAM_IOCTL_MAGIC, 52, struct msm_cam_evt_divert_frame *)
+ _IOR(MSM_CAM_IOCTL_MAGIC, 53, struct msm_cam_evt_divert_frame *)
struct msm_mctl_pp_cmd {
int32_t id;