summaryrefslogtreecommitdiffstats
path: root/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'control.c')
-rw-r--r--control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.c b/control.c
index 36dd542..92ad21e 100644
--- a/control.c
+++ b/control.c
@@ -48,7 +48,7 @@ int control_reset(struct mbox_context *context)
* Better set the bmc event to notify the host of this.
*/
reset_all_windows(context, SET_BMC_EVENT);
- rc = reset_lpc(context);
+ rc = lpc_reset(context);
if (rc < 0) {
return rc;
}
OpenPOWER on IntegriCloud