Skip to content

Commit 282819a

Browse files
dereference23pelwell
authored andcommitted
char: broadcom: vc_mem: Fix preprocessor conditional
Signed-off-by: Alexander Winkowski <[email protected]>
1 parent ac7c015 commit 282819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/broadcom/vc_mem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ vc_mem_exit(void)
353353
pr_debug("%s: called\n", __func__);
354354

355355
if (vc_mem_inited) {
356-
#if CONFIG_DEBUG_FS
356+
#ifdef CONFIG_DEBUG_FS
357357
vc_mem_debugfs_deinit();
358358
#endif
359359
device_destroy(vc_mem_class, vc_mem_devnum);

0 commit comments

Comments
 (0)