Skip to content

Commit 97b3a7f

Browse files
Srinivas-Kandagatla0day robot
authored andcommitted
sound: lpass-cpu: add module licence and description
This patch adds module licence to lpass-cpu driver, without this patch lpass-cpu module would taint with below error, while insmod/modprobe. snd_soc_lpass_cpu: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint snd_soc_lpass_cpu: Unknown symbol regmap_write (err 0) snd_soc_lpass_cpu: Unknown symbol devm_kmalloc (err 0) ... Signed-off-by: Srinivas Kandagatla <[email protected]>
1 parent dfc5f51 commit 97b3a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/soc/qcom/lpass-cpu.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,3 +586,6 @@ int asoc_qcom_lpass_cpu_platform_remove(struct platform_device *pdev)
586586
return 0;
587587
}
588588
EXPORT_SYMBOL_GPL(asoc_qcom_lpass_cpu_platform_remove);
589+
590+
MODULE_DESCRIPTION("QTi LPASS CPU Driver");
591+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)