From: Dan Williams Date: Mon, 9 Dec 2013 19:16:01 +0000 (-0800) Subject: dmatest: fix build warning on mips X-Git-Tag: v3.13-rc5~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745c00daf9a75bacb53d0fe8635a132673ab0b46;p=pandora-kernel.git dmatest: fix build warning on mips drivers/dma/dmatest.c:543:11: warning: passing argument 1 of 'virt_to_phys' makes pointer from integer without a cast [enabled by default] mips expects virt_to_phys() to take a pointer. Fix up the types accordingly. Signed-off-by: Dan Williams --- Reading git-diff-tree failed