commit | b8e1bddc9826c08ba479a785ea3c212ed6f54ef8 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Mar 14 13:13:19 2017 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Tue Mar 14 13:13:19 2017 -0700 |
tree | 4b60d9c0db5cb1331feecd496f67b20bba75c444 | |
parent | a1e312355d41cd63b9f47081ade9168eedc4574d [diff] |
ARM: OMAP2+: Use list_for_each_entry for hwmod slave_ports We are just iterating over the slave_ports lists, so we can use list_for_each_entry() no problem. Signed-off-by: Tony Lindgren <tony@atomide.com>