From: Sachin Kamat Date: Fri, 21 Sep 2012 05:06:47 +0000 (+0530) Subject: video: exynos_mipi_dsi: Remove unnecessary NULL check X-Git-Tag: v3.7-rc1~48^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe9f7b02590d870506ef493483fe4abdb08e967;p=pandora-kernel.git video: exynos_mipi_dsi: Remove unnecessary NULL check 'dsim' is allocated and checked for NULL in the probe function. Hence this check is redundant. This cleanup also fixes a potential NULL pointer dereference error when dsim which is NULL references its member in the error print message. Signed-off-by: Sachin Kamat Acked-by: Inki Dae Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed