mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
044a70ac6241b0cd5a4da98cb697499a7a4e2a03
The correct module license string for drivers is "GPL" and not "GPL V2". Note that "GPL" in the module license indicates GPLv2 according to the kernel documentation. Using "GPL V2" causes the following kernel warns to be printed when the module is loaded ... r8168: module license 'GPL V2' taints kernel. Disabling lock debugging due to kernel taint r8168: module license taints kernel. Fix this by correcting the license string for dummy drivers. Bug 4606591 Bug 4471899 Change-Id: Ib785b2d3c90234e279cb1d804bf9a9842e6e5084 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3141628 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Description
No description provided