From: Bartlomiej Zolnierkiewicz Date: Tue, 18 Mar 2014 10:41:42 +0000 (-0300) Subject: [media] v4l: ti-vpe: fix devm_ioremap_resource() return value checking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691903f932c5feafc149e2877478ef26b198eddb;p=pandora-kernel.git [media] v4l: ti-vpe: fix devm_ioremap_resource() return value checking devm_ioremap_resource() returns a pointer to the remapped memory or an ERR_PTR() encoded error code on failure. Fix the checks inside csc_create() and sc_create() accordingly. Cc: Archit Taneja Signed-off-by: Bartlomiej Zolnierkiewicz Tested-by: Archit Taneja Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed