Re: [PATCH 2/2] use list_for_each_entry() for iteration in Prism 54 driver

2007-05-29 Thread Luis R. Rodriguez
On 5/27/07, Matthias Kaehlcke <[EMAIL PROTECTED]> wrote: El Fri, May 25, 2007 at 03:04:44PM +0200 Matthias Kaehlcke ha dit: > Use list_for_each() in the Prism54 driver to iterate over the MAC list In response to a similar patch Christoph Hellwig suggests the use of list_for_each_entry() instead

[PATCH 2/2] use list_for_each_entry() for iteration in Prism 54 driver

2007-05-27 Thread Matthias Kaehlcke
El Fri, May 25, 2007 at 03:04:44PM +0200 Matthias Kaehlcke ha dit: > Use list_for_each() in the Prism54 driver to iterate over the MAC list In response to a similar patch Christoph Hellwig suggests the use of list_for_each_entry() instead of list_for_each(). Here is a evolution of the patch that