From: Sascha Hauer Date: Wed, 1 Feb 2012 10:38:30 +0000 (+0100) Subject: drm crtc_helper: use list_for_each_entry X-Git-Tag: v3.4-rc1~143^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1178ca06213ba937b20d3d32102f64c15dd9a9d;p=pandora-kernel.git drm crtc_helper: use list_for_each_entry list_for_each_entry_safe is for walking a list safe against removal of entries. Here, no entries are removed, so use list_for_each_entry. Signed-off-by: Sascha Hauer Signed-off-by: Dave Airlie --- Reading git-diff-tree failed