diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-04-04 09:33:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-05 21:53:44 +0300 |
commit | 0282bc6ae86d84b035afac792b5d5ff67707cdd2 (patch) | |
tree | 6dd4dc4f3be0d0dfc91b3b16c2136ecd5dd4e97b /drivers/remoteproc/ingenic_rproc.c | |
parent | 514e1150da9cd8d7978d990a353636cf1a7a87c2 (diff) | |
download | linux-0282bc6ae86d84b035afac792b5d5ff67707cdd2.tar.xz |
net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
There is no need to use 'list_for_each_entry_safe' here, as nothing is
removed from the list in the 'for' loop.
Use 'list_for_each_entry' instead, it is slightly less verbose.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/remoteproc/ingenic_rproc.c')
0 files changed, 0 insertions, 0 deletions