OSDN Git Service

mtd: devices: docg3: check the return value of devm_ioremap() in the probe
authorWilliam Dean <williamsukatube@gmail.com>
Fri, 22 Jul 2022 09:16:44 +0000 (17:16 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 19 Sep 2022 16:14:38 +0000 (18:14 +0200)
commit26e784433e6c65735cd6d93a8db52531970d9a60
tree5be93127f9cfb35ad9b46292a4c90b1b19fae50a
parent002181f5b150e60c77f21de7ad4dd10e4614cd91
mtd: devices: docg3: check the return value of devm_ioremap() in the probe

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

Fixes: 82402aeb8c81e ("mtd: docg3: Use devm_*() functions")
Reported-by: Hacash Robot <hacashRobot@santino.com>
Signed-off-by: William Dean <williamsukatube@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220722091644.2937953-1-williamsukatube@163.com
drivers/mtd/devices/docg3.c