sparc64: vcc: Fix error return code in vcc_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 27 Apr 2020 12:24:15 +0000 (12:24 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:38:54 +0000 (14:38 +0200)
commitff62255a2a5c1228a28f2bb063646f948115a309
tree5ca8a052a16705e5659d67a8bf4d113ac5a6ab70
parente947861d0ccbc765af4512a395251e6af6857600
sparc64: vcc: Fix error return code in vcc_probe()

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

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20200427122415.47416-1-weiyongjun1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vcc.c