From cd8d984f0def2a8c5733a9468634ec3e0feec03d Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Sat, 27 Apr 2013 14:06:00 +0800 Subject: [PATCH] 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-format-patch failed