Merge "rh850: fix mtu to CANFD size" into msm-4.4

This commit is contained in:
Linux Build Service Account 2017-08-20 01:16:48 -07:00 committed by Gerrit - the friendly Code Review server
commit f252da1f0b

View file

@ -1020,6 +1020,8 @@ static int rh850_create_netdev(struct spi_device *spi,
return -ENOMEM;
}
netdev->mtu = CANFD_MTU;
netdev_priv_data = netdev_priv(netdev);
netdev_priv_data->rh850_can = priv_data;
netdev_priv_data->netdev_index = index;