msm: ipa: Fix compile warnings
Fix the following compiler warning(s) from gcc 6.1.1 with -Werror enabled:
drivers/platform/msm/gsi/gsi.c:208:
format '%lu' expects argument of type 'long unsigned int', but argument 7
has type 'uint32_t {aka unsigned int}' [-Werror=format=]
GSIDBG("GSI wait on chan_hld=%lu irqtyp=%lu state=%u intr=%u\n",
drivers/platform/msm/gsi/gsi.c:4155:
format '%d' expects argument of type 'int', but argument 6 has type
'long unsigned int' [-Werror=format=]
GSIDBG("reg dump ch id %d\n", chan_hdl);
Fixes: 20faea80 ("msm: ipa4: Increase the GSI command poll timeout to 10")
Fixes: b1d184d2 ("msm: IPA: support WDI3 over GSI")
Change-Id: Ic0dedbade232e2265477510288db45b0b906446f
Signed-off-by:
Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment