linux/drivers/staging/media
Hans Verkuil 036bf04f14 media: atomisp/pci/hmm: fix wrong printk format
Fix this compiler warning on i686:

In file included from include/linux/printk.h:409,
                 from include/linux/kernel.h:16,
                 from drivers/staging/media/atomisp/pci/hmm/hmm.c:23:
drivers/staging/media/atomisp/pci/hmm/hmm.c: In function 'hmm_alloc':
drivers/staging/media/atomisp/pci/hmm/hmm.c:272:3: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  272 |   "%s: pages: 0x%08x (%ld bytes), type: %d from highmem %d, user ptr %p, cached %d\n",
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Use %zu instead of %ld.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-01-27 08:31:12 +01:00
..
atomisp media: atomisp/pci/hmm: fix wrong printk format 2021-01-27 08:31:12 +01:00
hantro media: staging:hantro: Fixed "replace comma with semicolon" Warning 2021-01-12 18:13:30 +01:00
imx media: imx7: csi: Fix pad link validation 2021-01-14 13:57:01 +01:00
ipu3 media: fix kernel-doc markups 2020-11-16 10:31:16 +01:00
meson/vdec media: meson: vdec: add G12/SM1 to module description 2020-12-03 07:46:11 +01:00
omap4iss media: drivers: staging: media: remove unneeded MODULE_VERSION() call 2021-01-12 18:08:30 +01:00
rkvdec media: staging:rkvdec: Fixed "replace comma with semicolon" Warning 2021-01-12 18:13:54 +01:00
sunxi ARM: SoC drivers for v5.11 2020-12-16 16:38:41 -08:00
tegra-vde Staging / IIO driver updates for 5.10-rc1 2020-10-15 09:46:23 -07:00
tegra-video media: tegra-video: Add custom V4L2 control V4L2_CID_TEGRA_SYNCPT_TIMEOUT_RETRY 2021-01-04 13:10:22 +01:00
zoran media: zoran: convert comma to semicolon 2021-01-14 13:59:22 +01:00
Kconfig media: allegro: move driver out of staging 2021-01-04 13:19:40 +01:00
Makefile media: allegro: move driver out of staging 2021-01-04 13:19:40 +01:00