Input: gscps2 - check return value of ioremap() in gscps2_probe()
authorXie Shaowen <studentxswpy@163.com>
Tue, 2 Aug 2022 07:20:33 +0000 (15:20 +0800)
committerHelge Deller <deller@gmx.de>
Tue, 2 Aug 2022 08:31:59 +0000 (10:31 +0200)
commite61b3125a4f036b3c6b87ffd656fc1ab00440ae9
tree62e32593ebf2dc60ccd76d64b70b98784b68cc04
parent6431e92fc827bdd2d28f79150d90415ba9ce0d21
Input: gscps2 - check return value of ioremap() in gscps2_probe()

The function ioremap() in gscps2_probe() can fail, so
its return value should be checked.

Fixes: 4bdc0d676a643 ("remove ioremap_nocache and devm_ioremap_nocache")
Cc: <stable@vger.kernel.org> # v5.6+
Reported-by: Hacash Robot <hacashRobot@santino.com>
Signed-off-by: Xie Shaowen <studentxswpy@163.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/input/serio/gscps2.c