projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea762d1
)
ASoC: ux500: Add missing module description
author
Takashi Iwai
<tiwai@suse.de>
Wed, 8 May 2024 09:19:05 +0000
(11:19 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 8 May 2024 11:51:11 +0000
(20:51 +0900)
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link:
https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Link:
https://lore.kernel.org/r/20240508091909.27062-7-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ux500/ux500_msp_dai.c
patch
|
blob
|
history
diff --git
a/sound/soc/ux500/ux500_msp_dai.c
b/sound/soc/ux500/ux500_msp_dai.c
index cde0dd8e2569145895f28242ec79e41debea42ff..3fd13e8dd110727057ccd6b4a22dfdfd96ff70cb 100644
(file)
--- a/
sound/soc/ux500/ux500_msp_dai.c
+++ b/
sound/soc/ux500/ux500_msp_dai.c
@@
-820,4
+820,5
@@
static struct platform_driver msp_i2s_driver = {
};
module_platform_driver(msp_i2s_driver);
+MODULE_DESCRIPTION("ASoC Ux500 I2S driver");
MODULE_LICENSE("GPL v2");