amlogic: osd: Fix misleading indentation warning 71/292571/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 3 May 2023 09:50:09 +0000 (18:50 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 8 May 2023 09:37:31 +0000 (18:37 +0900)
Fix build warning from -Wmisleading-identation.

Change-Id: I603465ae55a96bac2fb142724902c6bd030e2e99
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/amlogic/media/osd/osd_rdma.c

index 2d18339..e16a130 100644 (file)
@@ -200,7 +200,7 @@ static inline void reset_rdma_table(void)
                                        &rdma_temp_tbl[j], &request_item, 8);
                                j++;
                                for (k = 0; k < trace_num; k++) {
-                                       if (osd_hw.rdma_trace_reg[k] & 0x10000)
+                                       if (osd_hw.rdma_trace_reg[k] & 0x10000) {
                                                pr_info(
                                                        "recovery -- 0x%04x:0x%08x, mask:0x%08x\n",
                                                        rdma_table[i].addr,
@@ -211,6 +211,7 @@ static inline void reset_rdma_table(void)
                                                        i,
                                                        item_count,
                                                        old_count);
+                                       }
                                }
                                rdma_recovery_count++;
                        }