]> git.baikalelectronics.ru Git - kernel.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)
commit9f0b0a93dbbfe540fc53bad416487a9afd7c32ad
tree3107c4e294c91d79fa8f8c0bbb91409dcdd3f446
parent0ff0bca6cadd5ad4fceca688a93b09edca351e33
[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