Commit a85b99ab authored by David S. Miller's avatar David S. Miller
Browse files

Revert "wwan: mhi: Fix build."



This reverts commit ab996c42.

Only aplicable when net is merged into net-next.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6234219d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;