From: Andrzej Hajda Date: Thu, 3 Jul 2014 13:10:31 +0000 (+0200) Subject: drm/exynos/ipp: remove incorrect checks of list_first_entry result X-Git-Tag: cleanup-for-v3.18~84^2~23^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187d5edf1eaa8f6dc29f8a39fc10225d74a80d16;p=pandora-kernel.git drm/exynos/ipp: remove incorrect checks of list_first_entry result list_first_entry does not return NULL on empty list so this check does not make sense. Moreover there is already code which prevents calling list_first_entry on empty lists. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed