commit | f14a2972e40dbfbe7077ec7ab21cc2729f7e7d6d | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Fri Oct 23 07:59:42 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 05 18:41:04 2009 -0200 |
tree | a90af6ec74660e5a811d40e7af45578c1b1e104f | |
parent | 311c70e1f906b7411b30f526ef15deb62cb37e7a [diff] |
V4L/DVB (13241): Cleanup redundant tests on unsigned The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>