Govindarajulu Varadarajan cb5c656886 enic: do not call enic_change_mtu in enic_probe
In commit ab123fe071c9 ("enic: handle mtu change for vf properly")
ASSERT_RTNL() is added to _enic_change_mtu() to prevent it from being
called without rtnl held. enic_probe() calls enic_change_mtu()
without rtnl held. At this point netdev is not registered yet.
Remove call to enic_change_mtu and assign the mtu to netdev->mtu.

Fixes: ab123fe071c9 ("enic: handle mtu change for vf properly")
Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-31 14:42:49 -07:00
..
2018-06-06 09:09:09 -04:00
2018-06-06 09:09:09 -04:00
2018-03-04 18:19:26 -05:00
2018-06-06 09:09:09 -04:00
2018-06-06 09:09:09 -04:00
2018-06-06 09:09:09 -04:00
2018-06-06 09:09:09 -04:00
2015-08-17 15:25:29 -07:00
2017-11-02 14:17:11 +09:00
2015-08-25 16:05:48 -07:00