From: Sachin Kamat Date: Fri, 17 May 2013 03:31:01 +0000 (-0300) Subject: [media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in hdmi_drv.c X-Git-Tag: v3.11-rc1~17^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44048752345460df738b87ebec82c9bfc8257943;p=pandora-kernel.git [media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in hdmi_drv.c NULL check on clocks obtained using common clock APIs should not be done. Use IS_ERR only. Signed-off-by: Sachin Kamat Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed