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

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

Merge "net: rmnet_data: Change the log level for unknown IOCTL's"

parents 4aefa065 040c5dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ static int rmnet_vnd_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
		break;

	default:
		LOGH("Unkown IOCTL 0x%08X", cmd);
		LOGM("Unknown IOCTL 0x%08X", cmd);
		rc = -EINVAL;
	}