From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH] spi: mxs: Use list_for_each_entry to iterate over transfer list Date: Wed, 5 Feb 2014 18:14:46 +0100 Message-ID: <201402051814.46637.marex@denx.de> References: <1391593679.1420.1.camel@phoenix> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Mark Brown , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Axel Lin Return-path: In-Reply-To: <1391593679.1420.1.camel@phoenix> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Wednesday, February 05, 2014 at 10:47:59 AM, Axel Lin wrote: > 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 Makes sense. Acked-by: Marek Vasut Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html