Loading drivers/media/platform/msm/ais/cam_sensor_module/cam_ois/cam_ois_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -681,7 +681,7 @@ static int cam_ois_pkt_parse(struct cam_ois_ctrl_t *o_ctrl, void *arg) cam_ois_power_down(o_ctrl); rel_pkt: if (cam_mem_put_cpu_buf(dev_config.packet_handle)) CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%x", CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%llx", dev_config.packet_handle); return rc; Loading Loading
drivers/media/platform/msm/ais/cam_sensor_module/cam_ois/cam_ois_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -681,7 +681,7 @@ static int cam_ois_pkt_parse(struct cam_ois_ctrl_t *o_ctrl, void *arg) cam_ois_power_down(o_ctrl); rel_pkt: if (cam_mem_put_cpu_buf(dev_config.packet_handle)) CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%x", CAM_WARN(CAM_OIS, "Fail in put buffer: 0x%llx", dev_config.packet_handle); return rc; Loading