diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-22 00:56:16 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-27 01:51:59 +0400 |
commit | cff562137226d0f431e85733795edd271e946087 (patch) | |
tree | 8bd929c2004e04fffdc4398ff3842c1e7cc696e7 /include | |
parent | 0448056c7e97f3d8aef6777ffc8ed18569f973e3 (diff) | |
download | linux-cff562137226d0f431e85733795edd271e946087.tar.xz |
[media] gsc-core: Remove useless test
drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_probe':
drivers/media/platform/exynos-gsc/gsc-core.c:1089:2: warning: comparison is alw
ays false due to limited range of data type [-Wtype-limits]
if (gsc->id < 0 || gsc->id >= drv_data->num_entities) {
^
gsc->id is declared as u16, so it should always be a positive
value.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions