amlogic: avsync: Fix misleading indentation warning 69/292569/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 3 May 2023 09:13:45 +0000 (18:13 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 8 May 2023 09:37:19 +0000 (18:37 +0900)
Fix build warning form -Wmisleading-indentation.

Change-Id: I2514024301126d422401689b6bcd0cec27ec6ad0
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/amlogic/media/frame_sync/tsync.c

index 96a0e06..c171199 100644 (file)
@@ -633,9 +633,9 @@ static int tsync_mode_switch(int mode, unsigned long diff_pts, int jump_pts)
                        pr_info("mode changes:tsync_mode:%c->%c,state:%c->%c,",
                                 VA[old_tsync_mode], VA[tsync_mode],
                                 old_tsync_av_mode, tsync_av_mode);
-                       pr_info("debugcnt=0x%x,diff_pts=%lu\n",
-                               debugcnt,
-                               diff_pts);
+               pr_info("debugcnt=0x%x,diff_pts=%lu\n",
+                       debugcnt,
+                       diff_pts);
                return 0;
        }