]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: card.h: Use NULL instead of 0 for END_FIXUP
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 5 Apr 2014 01:42:48 +0000 (22:42 -0300)
committerChris Ball <chris@printf.net>
Tue, 22 Apr 2014 11:06:38 +0000 (07:06 -0400)
commit210beb9c29c5ca0acc5eb09b8eafff57b17e8b73
tree1a173167cfbc106a1204d36f7b9c2eeba92fae81
parentd84358ecf09b984280c3e46c9d1bae94e0b4e071
mmc: card.h: Use NULL instead of 0 for END_FIXUP

Fix the following sparse warnings:

drivers/mmc/card/block.c:2421:9: warning: Using plain integer as NULL pointer

drivers/mmc/core/quirks.c:69:9: warning: Using plain integer as NULL pointer

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
include/linux/mmc/card.h