Commit 37c46ca6 authored by Jeremy Kerr's avatar Jeremy Kerr Committed by 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: default avatarJeremy Kerr <jk@ozlabs.org>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment