mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
Revert "wwan: mhi: Fix build."
This reverts commit ab996c4205
.
Only aplicable when net is merged into net-next.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6234219d7f
commit
a85b99ab6a
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ static int mhi_mbim_probe(struct mhi_device *mhi_dev, const struct mhi_device_id
|
|||
INIT_DELAYED_WORK(&mbim->rx_refill, mhi_net_rx_refill_work);
|
||||
|
||||
/* Start MHI channels */
|
||||
err = mhi_prepare_for_transfer(mhi_dev, 0);
|
||||
err = mhi_prepare_for_transfer(mhi_dev);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue