]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: clean up drop conditions for received cmds
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 26 Sep 2018 16:29:15 +0000 (18:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Sep 2018 16:56:07 +0000 (09:56 -0700)
commit01c7d37a903b8f0de694786c2b9d651e684df2af
treefda176cd4a42a6483d1b624ded93f96e41356560
parentc6810764662101a7093377afa11dc39d84ea9683
s390/qeth: clean up drop conditions for received cmds

If qeth_check_ipa_data() consumed an event, there's no point in
processing it further. So drop it early, and make the surrounding code
a tiny bit more readable.

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