]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ism: Cleanups
authorStefan Raspl <raspl@linux.ibm.com>
Mon, 25 Jul 2022 14:09:58 +0000 (16:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jul 2022 12:24:42 +0000 (13:24 +0100)
commit1a04f6d0ee4abe52f406c6bdea2e599749a47ac1
treef91395f47b473f3390369f8508f808e3efae247f
parent3ba720bb91f9218f16d3557091543af75981c151
s390/ism: Cleanups

Reworked signature of the function to retrieve the system EID: No plausible
reason to use a double pointer. And neither to pass in the device as an
argument, as this identifier is by definition per system, not per device.
Plus some minor consistency edits.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Wenjia Zhang < wenjia@linux.ibm.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/ism_drv.c
include/net/smc.h
net/smc/smc_ism.c