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:
ChunHao Lin
2025-12-03 07:18:16 +00:00
committed by mobile promotions
parent 343e19646d
commit bc32d4b5bd

View File

@@ -28664,7 +28664,7 @@ rtl8168_init_one(struct pci_dev *pdev,
rtl8168_sysfs_init(dev); rtl8168_sysfs_init(dev);
printk("%s", GPL_CLAIM); printk(KERN_INFO "%s", GPL_CLAIM);
out: out:
return rc; return rc;