Loading drivers/net/usb/rmnet_usb_data.c +1 −2 Original line number Diff line number Diff line Loading @@ -467,8 +467,7 @@ static int rmnet_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) break; default: dev_err(&unet->intf->dev, "[%s] error: " "rmnet_ioct called for unsupported cmd[%d]", dev_dbg(&unet->intf->dev, "[%s] error: rmnet_ioctl called for unsupported cmd[0x%x]\n", dev->name, cmd); return -EINVAL; } Loading Loading
drivers/net/usb/rmnet_usb_data.c +1 −2 Original line number Diff line number Diff line Loading @@ -467,8 +467,7 @@ static int rmnet_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) break; default: dev_err(&unet->intf->dev, "[%s] error: " "rmnet_ioct called for unsupported cmd[%d]", dev_dbg(&unet->intf->dev, "[%s] error: rmnet_ioctl called for unsupported cmd[0x%x]\n", dev->name, cmd); return -EINVAL; } Loading