[media] tlg2300: index is unsigned, so never below zero
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Oct 2012 19:23:03 +0000 (16:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Oct 2012 09:38:51 +0000 (07:38 -0200)
commit1ab90587029b821ed47db9df8d79a5ebe49a02a8
tree94c23eef0e5f8dd245ff5e898e7cd621f0c5cce8
parent2869a318ce313f97f987935dd225d88a9b30b2fc
[media] tlg2300: index is unsigned, so never below zero

drivers/media/usb/tlg2300/pd-video.c:891:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/media/usb/tlg2300/pd-video.c:926:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]

Cc: Huang Shijie <shijie8@gmail.com>
Cc: Kang Yong <kangyong@telegent.com>
Cc: Zhang Xiaobing <xbzhang@telegent.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/tlg2300/pd-video.c