Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 94d59b1b authored by Jordan Crouse's avatar Jordan Crouse
Browse files

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: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent e368dcad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment