mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
bus: mhi: host: Fix compilation error in mhi_prepare_for_power_up
This commit fixes compilation error resulting due to missing ampersand in mhi__prepare_for_power_up API. Change-Id: I7f23e9c67ad95374a4085d1161a6e8d9f8dbe9dc Signed-off-by: Lazarus Motha <quic_lmotha@quicinc.com>
This commit is contained in:
parent
392f42735d
commit
ea84e9776a
|
|
@ -1167,7 +1167,7 @@ int mhi_prepare_for_power_up(struct mhi_controller *mhi_cntrl)
|
|||
mhi_cntrl->rddm_image);
|
||||
if (ret) {
|
||||
mhi_free_bhie_table(mhi_cntrl,
|
||||
mhi_cntrl->rddm_image);
|
||||
&mhi_cntrl->rddm_image);
|
||||
goto error_reg_offset;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user