[MTD] [NOR] Use NULL instead of 0 for pointer to shut sparse up.
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 28 Jun 2007 22:00:09 +0000 (23:00 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 28 Jun 2007 22:00:09 +0000 (23:00 +0100)
commit1da1caf8d80e953d0ff0c2131b04ccc609c3baa8
treea6f04dda2e05dca11acf08453816ed9277187369
parentec9ce52ef8f8496c83bc36a9b19f22e83575f890
[MTD] [NOR] Use NULL instead of 0 for pointer to shut sparse up.

Use NULL instead of 0 for pointer:
drivers/mtd/chips/cfi_cmdset_0001.c:2258:43: warning: Using plain integer as NULL pointer

Other changes by inspection.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/chips/cfi_cmdset_0001.c