Mauro Carvalho Chehab
830e4b55b0
[media] dvb-frontends: get rid of some "always false" warnings
...
On gcc, enums are generally unsigned, except if a negative value
is declared. Due to that, warnings may happen there:
drivers/media/dvb-frontends/cx22700.c:142:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/cx22700.c:155:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/cx24123.c:341:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/l64781.c:183:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/l64781.c:187:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/mt312.c:552:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/mt312.c:560:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
As other compilers might be using signed values, the better is to
keep the checks there, casting the value to avoid the warning.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-28 07:38:44 -02:00
..
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:10:27 -03:00
2012-10-07 09:15:18 -03:00
2012-09-23 20:10:27 -03:00
2012-09-27 15:14:17 -03:00
2012-10-05 14:25:11 -03:00
2012-09-27 15:14:17 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:44 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:44 -02:00
2012-08-13 23:13:41 -03:00
2012-09-27 14:33:58 -03:00
2012-10-05 23:15:54 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:33 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-27 17:56:15 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:43 -02:00
2012-10-28 07:38:43 -02:00
2012-08-13 23:13:41 -03:00
2012-10-02 17:15:16 -03:00
2012-10-07 09:31:37 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:07:34 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:11:26 -03:00
2012-09-23 20:11:01 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:11:55 -03:00
2012-09-23 20:11:55 -03:00
2012-09-23 20:11:55 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-15 18:47:10 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 08:22:17 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-21 08:05:06 -03:00
2012-10-28 07:38:44 -02:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:11:42 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-16 19:55:03 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:44 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:12:11 -03:00
2012-10-27 17:56:42 -02:00
2012-09-23 20:18:10 -03:00
2012-09-27 15:14:15 -03:00
2012-10-27 17:56:56 -02:00
2012-09-27 15:14:15 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:07 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:35 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 08:22:22 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-27 17:57:12 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:49 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 21:27:19 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-27 17:57:22 -02:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:14:04 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-01 07:17:01 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-18 12:46:27 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:07:45 -03:00
2012-10-27 17:57:44 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-27 17:57:54 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00