[media] atmel-isi: Update error check for unsigned variables
authorTushar Behera <tushar.behera@linaro.org>
Fri, 16 Nov 2012 06:50:37 +0000 (03:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Apr 2013 22:48:50 +0000 (19:48 -0300)
Checking '< 0' for unsigned variables always returns false. For error
codes, use IS_ERR_VALUE() instead.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found