OSDN Git Service

[media] wl128x: fix fmdbg compiler warning
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 22 Oct 2014 10:58:51 +0000 (07:58 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 24 Oct 2014 11:27:34 +0000 (09:27 -0200)
commit1a5cfd022774a1ff8517f8f2f2da4013ef7c2e4d
treedca0e7fc22a8c529f17d5dd7178e3c55cad1e674
parent607ec6a5abb637642e5b8199828f39ceae83cfb7
[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 <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/radio/wl128x/fmdrv_common.c