Mauro Carvalho Chehab
746f7ae0e9
[media] dib8000: Fix sub-channel range
...
isdbt_sb_subchannel is unsigned with 8 bits. So, it will
never be -1. Instead, any value bigger than 13 is invalid.
As is, the current code generates the following warnings:
drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_set_isdbt_common_channel':
drivers/media/dvb-frontends/dib8000.c:2358:3: warning: comparison is always true due to limited range of data type [-Wtype-limits]
drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_tune':
drivers/media/dvb-frontends/dib8000.c:3107:8: warning: comparison is always false due to limited range of data type [-Wtype-limits]
drivers/media/dvb-frontends/dib8000.c:3153:9: warning: comparison is always false due to limited range of data type [-Wtype-limits]
drivers/media/dvb-frontends/dib8000.c:3160:5: warning: comparison is always false
It should also be noticed that ARIB STD-B31, item
"3.15.6.8 Number of segments" at TMCC table defines the
value 15 for unused segment, and 14 as reserved.
So, better to change the check to consider any value
bigger than 13 to mean that sub-channels should be
disabled, fixing the warning and doing the right thing
even if an invalid value is filled by userspace.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-04-25 15:13:49 -03:00
..
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-09-23 20:10:27 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2013-03-21 19:04:25 -03:00
2013-03-21 19:06:00 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-25 15:10:29 -03:00
2012-08-13 23:13:41 -03:00
2013-03-25 15:09:59 -03:00
2013-03-26 08:37:48 -03:00
2012-08-13 23:13:41 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -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-28 07:38:44 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-12-27 19:03:15 -02:00
2013-03-23 09:03:59 -03:00
2013-04-08 07:12:44 -03:00
2013-03-23 09:03:59 -03:00
2012-09-27 14:33:58 -03:00
2013-04-08 07:13:02 -03:00
2012-09-27 14:33:58 -03:00
2013-04-15 08:32:41 -03:00
2012-09-27 14:33:58 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-04-22 17:14:11 -03:00
2013-02-06 09:24:09 -02:00
2013-02-06 09:24:09 -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
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-04-22 17:13:43 -03:00
2013-04-22 17:13:43 -03:00
2013-04-25 15:13:49 -03:00
2013-04-22 16:58:16 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-04-22 16:58:16 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-12-27 19:03:15 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-03-23 10:44:31 -03:00
2013-03-21 10:26:50 -03:00
2013-03-21 10:26:50 -03:00
2013-03-23 09:03:59 -03:00
2013-01-06 10:49:38 -02:00
2013-03-23 09:03:59 -03:00
2012-10-06 11:07:34 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-09-23 20:11:26 -03:00
2013-03-23 09:03:59 -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
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2013-04-08 06:56:47 -03:00
2013-04-08 06:56:47 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-15 18:47:10 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 08:22:17 -03:00
2013-02-06 09:24:09 -02:00
2012-12-21 14:27:02 -02:00
2013-03-23 09:03:59 -03:00
2013-03-21 14:11:12 -03:00
2012-10-28 07:38:44 -02:00
2013-02-06 09:24:09 -02:00
2012-10-06 11:11:42 -03:00
2013-04-22 10:04:20 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2013-01-06 10:49:38 -02:00
2013-03-23 09:03:59 -03:00
2012-12-27 19:26:58 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-04-08 07:12:19 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:44 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-12-21 14:30:19 -02:00
2013-02-06 09:24:09 -02:00
2012-09-23 20:12:11 -03:00
2012-10-27 17:56:42 -02:00
2013-03-23 09:03:59 -03:00
2013-04-16 21:25:52 -03:00
2013-04-16 21:39:28 -03:00
2013-04-16 21:25:52 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-10-06 11:13:07 -03:00
2013-03-23 09:03:59 -03:00
2012-10-06 11:13:35 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2012-10-06 08:22:22 -03:00
2013-02-06 09:24:09 -02: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
2013-02-06 09:24:09 -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
2013-03-23 09:03:59 -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
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-14 11:40:32 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-12-27 19:03:15 -02:00
2013-02-06 09:24:09 -02: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
2013-03-23 09:03:59 -03:00
2013-02-08 18:05:48 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-01-06 11:08:44 -02:00
2013-02-08 18:05:48 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -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
2013-02-06 09:24:09 -02:00
2012-10-06 11:14:04 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-02-06 09:24:09 -02:00
2012-10-01 07:17:01 -03:00
2013-02-06 09:24:09 -02:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2012-12-21 18:25:11 -02:00
2012-09-18 12:46:27 -03:00
2013-02-06 09:24:09 -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
2013-03-23 09:03:59 -03:00
2012-09-23 20:07:45 -03:00
2012-12-21 14:43:41 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-10-27 17:57:54 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-01-06 10:49:38 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00