]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: atmel_nand: fix wrong use of 0 as NULL
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 29 Jun 2011 16:41:16 +0000 (18:41 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 16 Aug 2011 13:45:41 +0000 (16:45 +0300)
commit2e0b62695ac48b85e1b5eecfd2af736a2afcdce0
tree151f1378a44d7476bbcd6f88571a4410f81e9f15
parent51d882a7609cac7352f16e52fae7500ce2086871
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