mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nvidia-oot: r8168: print GPL_CLAIM with KERN_INFO
Add KERN_INFO log level for GPL_CLAIM to downgrade warning messages Bug 5544210 Change-Id: Ifa6699ecdc49550c7b6b4c44510bda066b9c2a3d Signed-off-by: ChunHao Lin <hau@realtek.com> Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3503785 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Narayana Reddy P <narayanr@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
343e19646d
commit
bc32d4b5bd
@@ -28664,7 +28664,7 @@ rtl8168_init_one(struct pci_dev *pdev,
|
||||
|
||||
rtl8168_sysfs_init(dev);
|
||||
|
||||
printk("%s", GPL_CLAIM);
|
||||
printk(KERN_INFO "%s", GPL_CLAIM);
|
||||
|
||||
out:
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user