nvidia-oot: r8126: print GPL_CLAIM with KERN_INFO

Add KERN_INFO log level for GPL_CLAIM to downgrade warning messages

Bug 5544210

Change-Id: If1773f0cdfe75c3a166efc461878ac32ce35d457
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/+/3503784
Reviewed-by: Narayana Reddy P <narayanr@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
ChunHao Lin
2025-12-03 07:08:42 +00:00
committed by mobile promotions
parent 56068ded4d
commit 343e19646d

View File

@@ -13208,7 +13208,7 @@ rtl8126_init_one(struct pci_dev *pdev,
rtl8126_sysfs_init(dev);
#endif /* ENABLE_R8126_SYSFS */
printk("%s", GPL_CLAIM);
printk(KERN_INFO "%s", GPL_CLAIM);
out:
return rc;