Loading drivers/media/platform/msm/ais/cam_sensor_module/cam_sensor/cam_sensor_core.c +3 −3 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ static int32_t cam_sensor_i2c_pkt_parse(struct cam_sensor_ctrl_t *s_ctrl, rel_pkt_buf: if (cam_mem_put_cpu_buf(config.packet_handle)) CAM_WARN(CAM_SENSOR, "Failed in put the buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed in put the buffer: 0x%llx", config.packet_handle); return rc; Loading Loading @@ -597,7 +597,7 @@ int32_t cam_handle_mem_ptr(uint64_t handle, struct cam_sensor_ctrl_t *s_ctrl) } if (cam_mem_put_cpu_buf(handle)) CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%llx", handle); return rc; Loading @@ -608,7 +608,7 @@ int32_t cam_handle_mem_ptr(uint64_t handle, struct cam_sensor_ctrl_t *s_ctrl) cmd_desc[i].mem_handle); rel_pkt_buf: if (cam_mem_put_cpu_buf(handle)) CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%llx", handle); return rc; Loading Loading
drivers/media/platform/msm/ais/cam_sensor_module/cam_sensor/cam_sensor_core.c +3 −3 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ static int32_t cam_sensor_i2c_pkt_parse(struct cam_sensor_ctrl_t *s_ctrl, rel_pkt_buf: if (cam_mem_put_cpu_buf(config.packet_handle)) CAM_WARN(CAM_SENSOR, "Failed in put the buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed in put the buffer: 0x%llx", config.packet_handle); return rc; Loading Loading @@ -597,7 +597,7 @@ int32_t cam_handle_mem_ptr(uint64_t handle, struct cam_sensor_ctrl_t *s_ctrl) } if (cam_mem_put_cpu_buf(handle)) CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%llx", handle); return rc; Loading @@ -608,7 +608,7 @@ int32_t cam_handle_mem_ptr(uint64_t handle, struct cam_sensor_ctrl_t *s_ctrl) cmd_desc[i].mem_handle); rel_pkt_buf: if (cam_mem_put_cpu_buf(handle)) CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%x", CAM_WARN(CAM_SENSOR, "Failed to put the command Buffer: 0x%llx", handle); return rc; Loading