nvethernet: change the log level for IOCTL func

Currently for unsupported IOCTL numbers driver printing
the debug message at kernel error log level. Change the
log level from ERR to DEBUG.

Bug 200577089

Change-Id: I7c1580e50e49de6b61a3a1d76ddf946ba98ad74c
Signed-off-by: narayanr <narayanr@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2270813
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
narayanr
2019-12-30 22:44:55 +05:30
committed by Revanth Kumar Uppala
parent 20e4a2fb7a
commit 1559acd4db

View File

@@ -2191,7 +2191,7 @@ static int ether_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
break;
default:
netdev_err(dev, "%s: Unsupported ioctl %d\n",
netdev_dbg(dev, "%s: Unsupported ioctl %d\n",
__func__, cmd);
break;
}