linux/drivers/mtd/lpddr
Artem Bityutskiy cdfe5ed0f2 mtd: lpddr: drop unnecessary zeroing
We allocate the "mtd" structure using kzalloc which means we do not have
to initialize unused MTD function pointers to NULL, since it is safe to
assume in Linux that NULL contains all zeroes.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-01-09 18:24:48 +00:00
..
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
Makefile [MTD] LPDDR Makefile and KConfig 2009-01-05 13:58:47 +01:00
lpddr_cmds.c mtd: lpddr: drop unnecessary zeroing 2012-01-09 18:24:48 +00:00
qinfo_probe.c drivers/mtd: Use kzalloc 2010-05-13 21:23:06 +01:00