From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lazybastard.de ([212.112.238.170] helo=longford.logfs.org) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1JyB1R-0003ZK-VY for linux-mtd@lists.infradead.org; Mon, 19 May 2008 19:27:50 +0000 Date: Mon, 19 May 2008 21:27:39 +0200 From: =?utf-8?B?SsO2cm4=?= Engel To: Chris Malley Subject: Re: [PATCH] [MTD] CORE: Use list_for_each_entry[_safe] where appropriate (3rd attempt) Message-ID: <20080519192739.GC32679@logfs.org> References: <1211046845.17244.19.camel@localhost> <20080517194914.GA21674@logfs.org> <1211139433.19435.19.camel@localhost> <20080519113858.GB32679@logfs.org> <1211224310.7343.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1211224310.7343.2.camel@localhost> Cc: David Woodhouse , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 19 May 2008 20:11:50 +0100, Chris Malley wrote: > > [MTD] CORE: Use list_for_each_entry[_safe] where appropriate. > > Janitorial work to remove temporary pointers and make some functions a bit > more readable. > > Signed-off-by: Chris Malley > Reviewed-By: Joern Engel Excellent, thanks! Jörn -- Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming. -- Rob Pike