[PATCH] ppc64: simplify nvram partition scanning code
authorArnd Bergmann <arnd@arndb.de>
Tue, 28 Jun 2005 10:33:49 +0000 (20:33 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Jun 2005 10:33:49 +0000 (20:33 +1000)
Convert nvram_create_os_partition to use list_for_each_entry
instead of list_for_each, as this reduces the code size by
two lines.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found