]> git.karo-electronics.de Git - linux-beck.git/commit
[media] helene: fix a warning when printing sizeof()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 15:18:40 +0000 (12:18 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 15:19:32 +0000 (12:19 -0300)
commitb6095d29a2406a6ea059bd019c53b69cd3a8fd99
tree3107c4e294c91d79fa8f8c0bbb91409dcdd3f446
parent9ca1736f8de176db72c2022b8a921a465cdf9a3f
[media] helene: fix a warning when printing sizeof()

drivers/media/dvb-frontends/helene.c: In function 'helene_write_regs':
drivers/media/dvb-frontends/helene.c:312:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
     "wr reg=%04x: len=%d vs %lu is too big!\n",
     ^

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/helene.c