mtd: use NULL instead of 0 for an address
authorMartin Kepplinger <martink@posteo.de>
Thu, 31 Jul 2014 14:31:16 +0000 (16:31 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 19 Aug 2014 18:53:05 +0000 (11:53 -0700)
commit9b6e5172e363b0c35a6be4d3197f3bcdc789292e
treecde4f98306b63b701a35514c5835293a2dab384c
parent5828c60826e9422169b3711aa58a583242864cc8
mtd: use NULL instead of 0 for an address

Use NULL instead of 0 when returning an address. This fixes a
sparse warning.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/maps/pcmciamtd.c