]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: move the TEST_LINK response processing into event handler
authorKarsten Graul <kgraul@linux.ibm.com>
Thu, 30 Apr 2020 13:55:46 +0000 (15:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:44:33 +0000 (12:44 -0700)
commit1e6ca859cede77f4c52625281afde56ad7a46d32
treed040ef5b72bb6cef0c87b581d476fd18fff1c158
parent96c7e3e7754df4eb8a8215527f01a5d2aee1a6c3
net/smc: move the TEST_LINK response processing into event handler

Get rid of the extra function and move the two-liner for the TEST_LINK
response processing into the event handler function.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_llc.c