On 01/16/2018 03:21 PM, Jeremy Kerr wrote:
Since the IPMI core now queries device IDs dynamically, we no longer
need this todo for implementing this in the powernv driver.

Ok, queued for next release

-corey

Signed-off-by: Jeremy Kerr <j...@ozlabs.org>
---
  drivers/char/ipmi/ipmi_powernv.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_powernv.c b/drivers/char/ipmi/ipmi_powernv.c
index 07fddbefefe4..c687c8d57c92 100644
--- a/drivers/char/ipmi/ipmi_powernv.c
+++ b/drivers/char/ipmi/ipmi_powernv.c
@@ -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);



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openipmi-developer mailing list
Openipmi-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to