mtd: atmel_nand: fix wrong use of 0 as NULL
commit201ab536ac205a2787f8eac2eedc697616f99e04
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 29 Jun 2011 16:41:16 +0000 (29 18:41 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:14 +0000 (11 15:02 +0300)
tree02f3c1162511d98376476fdfc6968f53c42450f6
parent08c248fbe2bfc0326255c5b0cb3952166234d59b
mtd: atmel_nand: fix wrong use of 0 as NULL

Fixing this error:
atmel_nand.c:718:20: warning: Using plain integer as NULL pointer

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
drivers/mtd/nand/atmel_nand.c