[media] atmel-isc: remove the warning
authorSongjun Wu <songjun.wu@microchip.com>
Wed, 24 Aug 2016 08:49:28 +0000 (05:49 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Sep 2016 19:42:36 +0000 (16:42 -0300)
commit846c4a7b3aebab9d354aa3fc6b2b8770a453427d
tree7f13a8019f22c21cccb8682cb25f311e1a070380
parentee242096598df01fcdeb709ddf765bb614d93afb
[media] atmel-isc: remove the warning

Replace the 'IS_ERR_VALUE(irq)' with 'ret < 0' in
function 'atmel_isc_probe'.

Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Songjun Wu <songjun.wu@microchip.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/atmel/atmel-isc.c