commit | 04ea30c857217eb69451f8ced5a857693666ae16 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Mon Dec 07 14:12:28 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 07 06:55:21 2020 -0800 |
tree | 8393c8f4cf68b1ac22c37f4909bfe322b939f960 | |
parent | af3f4a85d90218bb59315d591bd2bffa5e646466 [diff] |
s390/qeth: don't call INIT_LIST_HEAD() on iob's list entry INIT_LIST_HEAD() only needs to be called on actual list heads. While at it clarify the naming of the field. Suggested-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>