commit | b6095d29a2406a6ea059bd019c53b69cd3a8fd99 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Jun 07 12:18:40 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Jun 07 12:19:32 2016 -0300 |
tree | 3107c4e294c91d79fa8f8c0bbb91409dcdd3f446 | |
parent | 9ca1736f8de176db72c2022b8a921a465cdf9a3f [diff] |
[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>