amlogic: deinterlace: fix unmatched function declaration 08/294208/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Jun 2023 03:51:21 +0000 (12:51 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Jun 2023 05:15:30 +0000 (14:15 +0900)
For ddbg_sw(), function declaration is not matched.
Fix parameter type.

Change-Id: I58a291ad64d7b3af74028316f4e32c4feddf8859
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/amlogic/media/di_multi/di_dbg.c

index 9c7763bcd7339292edecae8015c867297cfd2b8b..6126e33056035a7b0d660f4ca4df333ee7b69992 100644 (file)
@@ -359,7 +359,7 @@ void ddbg_sw(bool on)
 }
 #else
 
-void ddbg_sw(enum eDI_LOG_TYPE mode, bool on)
+void ddbg_sw(unsigned int mode, bool on)
 {
        struct di_dbg_reg_log *plog = get_dbg_reg_log();