From 9a7da6cc1d952b70284e34a594486045eadba8d5 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 5 Feb 2014 17:47:59 +0800 Subject: [PATCH] spi: mxs: Use list_for_each_entry to iterate over transfer list We don't modify the list entry while iterating the transfer list. So use list_for_each_entry instead of list_for_each_entry_safe. Signed-off-by: Axel Lin Acked-by: Marek Vasut Signed-off-by: Mark Brown --- Reading git-format-patch failed