Skip to content

Commit 4ffe1ce

Browse files
efectnstvhay
authored andcommitted
clk: Disable CLOCK_ALLOW_WRITE_DEBUGFS (radxa#9)
1 parent 4535889 commit 4ffe1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ static int clk_dump_show(struct seq_file *s, void *data)
31073107
}
31083108
DEFINE_SHOW_ATTRIBUTE(clk_dump);
31093109

3110-
#define CLOCK_ALLOW_WRITE_DEBUGFS
3110+
#undef CLOCK_ALLOW_WRITE_DEBUGFS
31113111
#ifdef CLOCK_ALLOW_WRITE_DEBUGFS
31123112
/*
31133113
* This can be dangerous, therefore don't provide any real compile time

0 commit comments

Comments
 (0)