Browse Source

Merge "msm: camera: Update uapi structure for OIS" into camera-kernel.lnx.1.0

Pavan Kumar Chilamkurthi 6 năm trước cách đây
mục cha
commit
485b7d2faa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/uapi/media/cam_sensor.h

+ 1 - 1
include/uapi/media/cam_sensor.h

@@ -132,7 +132,7 @@ struct cam_ois_opcode {
  * @opcode                :    opcode
  */
 struct cam_cmd_ois_info {
-	uint16_t              slave_addr;
+	uint32_t              slave_addr;
 	uint8_t               i2c_freq_mode;
 	uint8_t               cmd_type;
 	uint8_t               ois_fw_flag;