]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: don't call INIT_LIST_HEAD() on iob's list entry
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 7 Dec 2020 13:12:28 +0000 (14:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Dec 2020 14:55:21 +0000 (06:55 -0800)
commit34c2fda197cd7f7a66fc394034dabb97aecb021f
tree8393c8f4cf68b1ac22c37f4909bfe322b939f960
parentee02f4712569fcd1fdd74e996ba0fcf16c0a9452
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>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_core_main.c