commit | 745c00daf9a75bacb53d0fe8635a132673ab0b46 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Mon Dec 09 11:16:01 2013 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Dec 12 22:43:41 2013 -0800 |
tree | a6da23b773365ae801b937f662f41160496cb39b | |
parent | bbc76560d488c437dbddff72242b0a07e42a0fd0 [diff] |
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 <dan.j.williams@intel.com>