]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: reduce 0-initializing when building IPA cmds
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 17 Sep 2018 15:36:09 +0000 (17:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 16:10:26 +0000 (09:10 -0700)
commit9626e2e83c33b368da1298cbbf526059b1318b7a
treee7ef677fc0d9bc23e4665381b474a692bbd38e4e
parentbf515e9ea666bc7f0c1b5ef49972fa71193ecc55
s390/qeth: reduce 0-initializing when building IPA cmds

qeth_get_ipacmd_buffer() obtains its buffers for building IPA cmds from
__qeth_get_buffer(), where they are fully cleared. So get rid of all the
additional zero-ing in various other places.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c