Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9a0d888 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Fix to use the msecs_to_jiffies"

parents b8e1fe0e d9b10db0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2102,7 +2102,7 @@ static void ipa3_wwan_setup(struct net_device *dev)
	dev->flags &= ~(IFF_BROADCAST | IFF_MULTICAST);
	dev->needed_headroom = HEADROOM_FOR_QMAP;
	dev->needed_tailroom = TAILROOM;
	dev->watchdog_timeo = 1000;
	dev->watchdog_timeo = msecs_to_jiffies(10000);
}

/**