Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47a60991 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: usb: rmnet_usb_data: Disable too much logspam"

parents c5af5394 d7607e99
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}