From: Wei Yongjun Date: Sat, 27 Apr 2013 06:06:00 +0000 (+0800) Subject: spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list items X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~130^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8d984f0def2a8c5733a9468634ec3e0feec03d;p=pandora-kernel.git spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list items Since we will remove items off the list using list_del_init() we need to use a safe version of the list_for_each_entry() macro aptly named list_for_each_entry_safe(). Signed-off-by: Wei Yongjun Signed-off-by: Mark Brown --- Reading git-diff-tree failed