msm: ipa4: Fix compile warnings
Fix the following compiler warning(s) from gcc 6.1.1 with -Werror enabled: drivers/platform/msm/ipa/ipa_v3/ipa_wigig_i.c:34: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Werror=format=] IPADBG("val %d\n", val); drivers/platform/msm/ipa/ipa_v3/ipa_wigig_i.c:830: too many arguments for format [-Werror=format-extra-args] IPAERR( drivers/platform/msm/ipa/ipa_v3/ipa_wigig_i.c:972: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'phys_addr_t {aka long long unsigned int}' [-Werror=format=] IPAERR( drivers/platform/msm/ipa/ipa_v3/ipa_wigig_i.c:1011: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'phys_addr_t {aka long long unsigned int}' [-Werror=format=] IPAERR( drivers/platform/msm/ipa/ipa_v3/ipa_wigig_i.c:1474: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Werror=format=] IPADBG("ring ch doorbell (0x%llX) TX %d\n", val, Fixes: 247e2ea7 ("msm: ipa4: 11ad integration fixes") Fixes: 5eb2a0fd ("msm: ipa4: add wigig client") Change-Id: Ic0dedbad6c6fd0f4e0b4b6013aa26d7da847a4ab Signed-off-by:Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment