commit | a341ad97245d01c923995cfe7deacd0c8aee6e16 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jun 28 20:33:49 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Jun 28 20:33:49 2005 +1000 |
tree | 5685b51e3feafaf2a72f621a9c00c881199e6b3d | |
parent | 99f95e5286df2f69edab8a04c7080d986ee4233b [diff] |
[PATCH] ppc64: simplify nvram partition scanning code 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>