Message ID | 1629995575-32389-1-git-send-email-quic_jhugo@quicinc.com |
---|---|
State | New |
Headers | show |
Series | bus: mhi: core: Update comments on mhi_prepare_for_power_up | expand |
diff --git a/include/linux/mhi.h b/include/linux/mhi.h index 56e7934..483b852 100644 --- a/include/linux/mhi.h +++ b/include/linux/mhi.h @@ -617,10 +617,8 @@ int mhi_get_free_desc_count(struct mhi_device *mhi_dev, /** * mhi_prepare_for_power_up - Do pre-initialization before power up. - * This is optional, call this before power up if - * the controller does not want bus framework to - * automatically free any allocated memory during - * shutdown process. + * Call this before MHI power up sequence to + * initialize MHI context. * @mhi_cntrl: MHI controller */ int mhi_prepare_for_power_up(struct mhi_controller *mhi_cntrl);