Mauro Carvalho Chehab 13b019bbd1 [media] e4000: Fix rangehigh value
As reported by smatch:

drivers/media/tuners/e4000.c:287:32: warning: constant 2208000000 is so big it is long long
drivers/media/tuners/e4000.c:287:32: warning: decimal constant 2208000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here
drivers/media/tuners/e4000.c:287:3: warning: this decimal constant is unsigned only in ISO C90
   .rangehigh  =  2208000000,
   ^

Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-05-20 13:53:33 -03:00
..
2015-05-20 13:53:33 -03:00
2015-05-20 13:48:31 -03:00
2015-05-14 18:06:40 -03:00
2014-09-21 18:24:32 -03:00
2015-05-14 07:56:28 -03:00
2014-09-03 10:38:57 -03:00
2015-05-01 06:03:25 -03:00
2015-04-08 15:02:07 -03:00
2015-05-08 14:48:48 -03:00
2014-09-03 18:42:09 -03:00