From: YoungJun Cho Date: Mon, 26 May 2014 08:17:15 +0000 (+0200) Subject: drm/exynos: ipp: remove usless list_empty() functions X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~17^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66ce40b1bb2f8c16241d16b30784c8141a24888;p=pandora-kernel.git drm/exynos: ipp: remove usless list_empty() functions list_for_each_entry() handles empty lists, so there is no need to check whether the list is empty first. Signed-off-by: YoungJun Cho Acked-by: Seong-Woo Kim Acked-by: Kyungmin Park Tested-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed