mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
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:
committed by
Revanth Kumar Uppala
parent
20e4a2fb7a
commit
1559acd4db
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user