summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-22 00:56:16 +0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-27 01:51:59 +0400
commitcff562137226d0f431e85733795edd271e946087 (patch)
tree8bd929c2004e04fffdc4398ff3842c1e7cc696e7 /sound
parent0448056c7e97f3d8aef6777ffc8ed18569f973e3 (diff)
downloadlinux-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 'sound')
0 files changed, 0 insertions, 0 deletions