summaryrefslogtreecommitdiff
path: root/board/wheatley/usb_pd_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/wheatley/usb_pd_policy.c')
-rw-r--r--board/wheatley/usb_pd_policy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/wheatley/usb_pd_policy.c b/board/wheatley/usb_pd_policy.c
index 5f0f8c5761..923cdcbbec 100644
--- a/board/wheatley/usb_pd_policy.c
+++ b/board/wheatley/usb_pd_policy.c
@@ -78,7 +78,6 @@ void pd_set_input_current_limit(int port, uint32_t max_ma,
charge.voltage = supply_voltage;
charge_manager_update_charge(CHARGE_SUPPLIER_PD, port, &charge);
#endif
- /* notify host of power info change */
}
void typec_set_input_current_limit(int port, uint32_t max_ma,
@@ -90,8 +89,6 @@ void typec_set_input_current_limit(int port, uint32_t max_ma,
charge.voltage = supply_voltage;
charge_manager_update_charge(CHARGE_SUPPLIER_TYPEC, port, &charge);
#endif
-
- /* notify host of power info change */
}
int pd_snk_is_vbus_provided(int port)