gnss: sirf: fix error return code in sirf_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 7 May 2020 09:42:52 +0000 (09:42 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jun 2020 07:31:20 +0000 (09:31 +0200)
commitf2f18147c7dbb7a360697e83d3d8174c6449e104
tree9b6c5675bbcd4d37cc3da3e820dc187c2e680e98
parente75e551606f426d5a09a894e0a78faf31d539439
gnss: sirf: fix error return code in sirf_probe()

commit 43d7ce70ae43dd8523754b17f567417e0e75dbce upstream.

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

This avoids a use-after-free in case the driver is later unbound.

Fixes: d2efbbd18b1e ("gnss: add driver for sirfstar-based receivers")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
[ johan: amend commit message; mention potential use-after-free ]
Cc: stable <stable@vger.kernel.org> # 4.19
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gnss/sirf.c