Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dma-debug: Fix compile warning with PAE enabled
When PAE is enabled in the kernel configuration the size of phys_addr_t differs from the size of a void pointer. The gcc prints a warning about that in dma-debug code. This patch fixes the warning by converting the output to unsigned long long instead of a pointer. Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information