Skip to content

Commit d761300

Browse files
cataliniiCatalin Toda
andauthored
Fix indent that prevents kernel compilation (#13)
Co-authored-by: Catalin Toda <catalinii@yahoo.com>
1 parent 1faba7c commit d761300

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/media/platform/rockchip/cif/capture.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6230,15 +6230,15 @@ static int rkcif_dvp_g_ch_id(struct v4l2_device *v4l2_dev,
62306230
if ((frm_stat & DVP_CHANNEL2_FRM_READ) ==
62316231
DVP_CHANNEL2_FRM_READ)
62326232
v4l2_warn(v4l2_dev, "frame0/1 trigger simultaneously in DVP ID2\n");
6233-
*intstat &= ~DVP_FRAME_END_ID2;
6233+
*intstat &= ~DVP_FRAME_END_ID2;
62346234
return RKCIF_STREAM_MIPI_ID2;
62356235
}
62366236

62376237
if (*intstat & DVP_FRAME_END_ID3) {
62386238
if ((frm_stat & DVP_CHANNEL3_FRM_READ) ==
62396239
DVP_CHANNEL3_FRM_READ)
62406240
v4l2_warn(v4l2_dev, "frame0/1 trigger simultaneously in DVP ID3\n");
6241-
*intstat &= ~DVP_FRAME_END_ID3;
6241+
*intstat &= ~DVP_FRAME_END_ID3;
62426242
return RKCIF_STREAM_MIPI_ID3;
62436243
}
62446244

drivers/video/rockchip/rga3/rga_policy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ int rga_job_assign(struct rga_job *job)
244244
job->flags & RGA_JOB_UNSUPPORT_RGA2) {
245245
if (DEBUGGER_EN(MSG))
246246
pr_info("RGA2 only support under 4G memory!\n");
247-
continue;
247+
continue;
248248
}
249249

250250
if (feature > 0) {
@@ -351,4 +351,4 @@ int rga_job_assign(struct rga_job *job)
351351
pr_info("assign core: %d\n", core);
352352

353353
return core;
354-
}
354+
}

0 commit comments

Comments
 (0)