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: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
Jeremy Kerr 2018-01-16 15:21:27 -06:00 committed by Corey Minyard
parent bd1c06a4f5
commit 37c46ca6ee
1 changed files with 0 additions and 1 deletions

View File

@ -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);