Skip to content
Commit 745c00da authored by Dan Williams's avatar Dan Williams
Browse files

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: default avatarDan Williams <dan.j.williams@intel.com>
parent bbc76560
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment