Loading drivers/net/can/spi/rh850.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1016,6 +1016,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; Loading Loading
drivers/net/can/spi/rh850.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1016,6 +1016,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; Loading