commit | bb59c8a89a72fa8e4f165847eabf9fd7c1de1ffc | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 25 10:35:07 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 25 12:07:16 2020 -0700 |
tree | 8f47d290c96338b31dee26b76491186d5d4f8603 | |
parent | c91a1fb7a4f2ba93eade1611c67b78c40c87e291 [diff] |
s390/qeth: modernize two list helpers Replace list_for_each() with list_for_each_entry(), and list_entry(head.next) with list_first_entry(). Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>