commit | a2cb600fa22a877df48e1a9372ac5f02680c1ee3 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Fri Sep 01 14:37:07 2017 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Wed Sep 27 16:03:45 2017 -0500 |
tree | 205322e64001d3806ebcc046dbdfe6430d59dd6f | |
parent | 7e030d6dff713250c7dcfb543cad2addaf479b0e [diff] |
ipmi: Rework BMC registration There was a certain error case where the BMC wouldn't be deregistered like it should be. Rework the BMC registration to make calling ipmi_bmc_unregister() ok even if it's not registered and to clean up the error handling for ipmi_bmc_register(). Signed-off-by: Corey Minyard <cminyard@mvista.com>