diff options
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 4558e0f4d07f..b4faca25cf31 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
@@ -72,7 +72,7 @@ static struct cmdline_mtd_partition *partitions; | |||
72 | 72 | ||
73 | /* the command line passed to mtdpart_setup() */ | 73 | /* the command line passed to mtdpart_setup() */ |
74 | static char *cmdline; | 74 | static char *cmdline; |
75 | static int cmdline_parsed = 0; | 75 | static int cmdline_parsed; |
76 | 76 | ||
77 | /* | 77 | /* |
78 | * Parse one partition definition for an MTD. Since there can be many | 78 | * Parse one partition definition for an MTD. Since there can be many |