Skip to content

Commit ab10080

Browse files
committed
mali: fix build error.
1 parent 7c12e01 commit ab10080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/video/samsung/mali/linux/mali_kernel_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ int mali_driver_init(void)
228228
}
229229

230230
/* print build options */
231-
MALI_DEBUG_PRINT(2, ("%s\n", __malidrv_build_info()));
231+
/* MALI_DEBUG_PRINT(2, ("%s\n", __malidrv_build_info())); */
232232

233233
return 0;
234234
}

0 commit comments

Comments
 (0)