From: Sachin Kamat Date: Tue, 30 Apr 2013 05:16:18 +0000 (-0300) Subject: [media] s3c-camif: Remove redundant NULL check X-Git-Tag: v3.11-rc1~17^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46a5a68b1690fc9f47d6b3e13ccef4e79a87e84;p=pandora-kernel.git [media] s3c-camif: Remove redundant NULL check clk_unprepare checks for NULL pointer. Hence convert IS_ERR_OR_NULL to IS_ERR only. [s.nawrocki: added initialisation of the clock array to ERR_PTR() value] Signed-off-by: Sachin Kamat Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed