Skip to content

Commit

Permalink
msm: camera: Fix trivial misleading indentation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Sultan Alsawaf <[email protected]>
Change-Id: I98e527a4ab0bff6e3e63a09b6ec556af6ba6f8d9
  • Loading branch information
kerneltoast authored and Arjun-Ingole committed Apr 25, 2022
1 parent ec13d75 commit 90adfc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ irqreturn_t cam_irq_controller_handle_irq(int irq_num, void *priv)
if (irq_register->top_half_enable_mask[j] &
controller->irq_status_arr[i])
need_th_processing[j] = true;
CAM_DBG(CAM_IRQ_CTRL,
"i %d j %d need_th_processing = %d",
i, j, need_th_processing[j]);
CAM_DBG(CAM_IRQ_CTRL,
"i %d j %d need_th_processing = %d",
i, j, need_th_processing[j]);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static long cam_sensor_init_subdev_do_ioctl(struct v4l2_subdev *sd,
rc = cam_sensor_subdev_ioctl(sd, cmd, &cmd_data);
if (rc < 0)
CAM_ERR(CAM_SENSOR, "cam_sensor_subdev_ioctl failed");
break;
break;
default:
CAM_ERR(CAM_SENSOR, "Invalid compat ioctl cmd_type: %d", cmd);
rc = -EINVAL;
Expand Down

0 comments on commit 90adfc2

Please sign in to comment.