From 1a5cfd022774a1ff8517f8f2f2da4013ef7c2e4d Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 22 Oct 2014 07:58:51 -0300 Subject: [PATCH] [media] wl128x: fix fmdbg compiler warning fmdrv_common.c: In function 'fm_download_firmware': fmdrv_common.c:1259:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] fmdbg("Firmware(%s) length : %d bytes\n", fw_name, fw_entry->size); ^ Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed