Skip to content

Commit

Permalink
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Kerr authored and Corey Minyard committed Jan 16, 2018
1 parent bd1c06a commit 37c46ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/ipmi/ipmi_powernv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 37c46ca

Please sign in to comment.