mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
sdcardfs: Disable debug
Change-Id: I0a2b64d65239dd06b7405896f03fab6004219bdd Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
255497bc8d
commit
69d2090cba
@ -93,7 +93,7 @@ static int parse_options(struct super_block *sb, char *options, int silent,
|
||||
|
||||
switch (token) {
|
||||
case Opt_debug:
|
||||
*debug = 1;
|
||||
*debug = 0;
|
||||
break;
|
||||
case Opt_fsuid:
|
||||
if (match_int(&args[0], &option))
|
||||
@ -180,7 +180,7 @@ int parse_options_remount(struct super_block *sb, char *options, int silent,
|
||||
|
||||
switch (token) {
|
||||
case Opt_debug:
|
||||
debug = 1;
|
||||
debug = 0;
|
||||
break;
|
||||
case Opt_gid:
|
||||
if (match_int(&args[0], &option))
|
||||
|
Loading…
x
Reference in New Issue
Block a user