提交 37c46ca6 编写于 作者: J Jeremy Kerr 提交者: Corey Minyard

ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver

Since the IPMI core now queries device IDs dynamically, we no longer
need this todo for implementing this in the powernv driver.
Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
Signed-off-by: NCorey Minyard <cminyard@mvista.com>
上级 bd1c06a4
......@@ -264,7 +264,6 @@ static int ipmi_powernv_probe(struct platform_device *pdev)
goto err_unregister;
}
/* todo: query actual ipmi_device_id */
rc = ipmi_register_smi(&ipmi_powernv_smi_handlers, ipmi, dev, 0);
if (rc) {
dev_warn(dev, "IPMI SMI registration failed (%d)\n", rc);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册