]> asedeno.scripts.mit.edu Git - linux.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)
commit500abbf040298b1fcec5e261d31f0f77c55b5269
treee7ef677fc0d9bc23e4665381b474a692bbd38e4e
parented47155bdcf38ff5a0f419b7a833dcbe49cb8abc
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