提交 c5fb514d 编写于 作者: N Nicolas Kaiser 提交者: Dmitry Torokhov

Input: ab8500-ponkey - fix IRQ freeing in error path

Looks like an obvious typo to me.
Signed-off-by: NNicolas Kaiser <nikai@nikai.net>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 d537155a
......@@ -107,7 +107,7 @@ static int __devinit ab8500_ponkey_probe(struct platform_device *pdev)
return 0;
err_free_dbr_irq:
free_irq(ponkey->irq_dbf, ponkey);
free_irq(ponkey->irq_dbr, ponkey);
err_free_dbf_irq:
free_irq(ponkey->irq_dbf, ponkey);
err_free_mem:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册