Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa3c5dc5 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by David Woodhouse
Browse files

mtd: cmdlinepart: remove unneeded initialization



We do not have to initialize variables for .bss to 0 in Linux.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 4d3d688d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@ static struct cmdline_mtd_partition *partitions;


/* the command line passed to mtdpart_setup() */
/* the command line passed to mtdpart_setup() */
static char *cmdline;
static char *cmdline;
static int cmdline_parsed = 0;
static int cmdline_parsed;


/*
/*
 * Parse one partition definition for an MTD. Since there can be many
 * Parse one partition definition for an MTD. Since there can be many