]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ism: fix error return code in ism_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 13 May 2020 07:42:29 +0000 (09:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2020 19:14:51 +0000 (12:14 -0700)
commit4a7fe0501e778daec85408f4f35b784fa59490e4
treee93702f52638328a02ebc46360f18cf2e38b2e91
parentbcfb7645cf72bed099204e159f8ac052d530b15a
s390/ism: fix error return code in ism_probe()

Fix to return negative error code -ENOMEM from the smcd_alloc_dev()
error handling case instead of 0, as done elsewhere in this function.

Fixes: a20ffc3ca02b ("s390/ism: add device driver for internal shared memory")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/ism_drv.c