Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1421666 > unrolled thread

[PATCH v2 1/2] sound: lpass-cpu: add module licence and description

Started bySrinivas Kandagatla <srinivas.kandagatla@linaro.org>
First post2016-06-14 10:40 +0200
Last post2016-06-14 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 1/2] sound: lpass-cpu: add module licence and description Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-14 10:40 +0200

#1421666 — [PATCH v2 1/2] sound: lpass-cpu: add module licence and description

FromSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date2016-06-14 10:40 +0200
Subject[PATCH v2 1/2] sound: lpass-cpu: add module licence and description
Message-ID<rJS38-2kn-3@gated-at.bofh.it>
This patch adds module licence to lpass-cpu driver, without this
patch lpass-cpu module would taint with below error:

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)
...

Acked-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 sound/soc/qcom/lpass-cpu.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c
index 3cde9fb..eff3f9a 100644
--- a/sound/soc/qcom/lpass-cpu.c
+++ b/sound/soc/qcom/lpass-cpu.c
@@ -586,3 +586,6 @@ int asoc_qcom_lpass_cpu_platform_remove(struct platform_device *pdev)
 	return 0;
 }
 EXPORT_SYMBOL_GPL(asoc_qcom_lpass_cpu_platform_remove);
+
+MODULE_DESCRIPTION("QTi LPASS CPU Driver");
+MODULE_LICENSE("GPL v2");
-- 
2.8.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web