diff options
Diffstat (limited to 'net/can/af_can.c')
| -rw-r--r-- | net/can/af_can.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net/can/af_can.c b/net/can/af_can.c index c4e50852c9f4..3ab8dd2e1282 100644 --- a/net/can/af_can.c +++ b/net/can/af_can.c @@ -794,9 +794,9 @@ EXPORT_SYMBOL(can_proto_unregister);   * af_can notifier to create/remove CAN netdevice specific structs   */  static int can_notifier(struct notifier_block *nb, unsigned long msg, -			void *data) +			void *ptr)  { -	struct net_device *dev = (struct net_device *)data; +	struct net_device *dev = netdev_notifier_info_to_dev(ptr);  	struct dev_rcv_lists *d;  	if (!net_eq(dev_net(dev), &init_net))  | 
