Skip to content

Commit

Permalink
wwan: mhi: Fix build.
Browse files Browse the repository at this point in the history
Reported-by: Mark Brown <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Aug 5, 2021
1 parent e11c0e2 commit ab996c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wwan/mhi_wwan_mbim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
err = mhi_prepare_for_transfer(mhi_dev, 0);
if (err)
return err;

Expand Down

0 comments on commit ab996c4

Please sign in to comment.