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

This commit is contained in:
qctecmdr 2020-04-22 22:25:51 -07:00 committed by Gerrit - the friendly Code Review server
commit 948b05ef9b

View file

@ -2100,7 +2100,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);
}
/**