From: Jingoo Han Date: Tue, 6 Aug 2013 10:37:08 +0000 (+0900) Subject: dma: mv_xor: use NULL instead of 0 X-Git-Tag: v3.12-rc1~68^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c14372590d0b86476bf2f23b2ce4b93352d14bf;p=pandora-kernel.git dma: mv_xor: use NULL instead of 0 %p is used, thus NULL should be used instead of 0 in order to fix the following sparse warning: drivers/dma/mv_xor.c:648:9: warning: Using plain integer as NULL pointer Signed-off-by: Jingoo Han Signed-off-by: Vinod Koul --- Reading git-diff-tree failed