提交 a2e62f3a 编写于 作者: R Ralf Roesch 提交者: Ralf Baechle

MIPS: TXx9: Fix error handling / Fix for noenexisting gpio_remove.

Error was introduced by commit 0385d1f3d394c6814be0b165c153fc3fc254469a.
Signed-off-by: NRalf Roesch <ralf.roesch@rw-gmbh.de>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 c49e38c1
......@@ -817,7 +817,8 @@ void __init txx9_iocled_init(unsigned long baseaddr,
out_pdev:
platform_device_put(pdev);
out_gpio:
gpio_remove(&iocled->chip);
if (gpiochip_remove(&iocled->chip))
return;
out_unmap:
iounmap(iocled->mmioaddr);
out_free:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册