Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d17929a authored by Corey Minyard's avatar Corey Minyard
Browse files

ipmi: Remove condition on interface shutdown



Now that the interfaces have shutdown handlers, this no longer
needs to be conditional.

Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent a313dec6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3744,7 +3744,6 @@ int ipmi_unregister_smi(struct ipmi_smi *intf)
	}
	srcu_read_unlock(&intf->users_srcu, index);

	if (intf->handlers->shutdown)
	intf->handlers->shutdown(intf->send_info);

	cleanup_smi_msgs(intf);