Skip to content

Commit e85d8ae

Browse files
tiwaibroonie
authored andcommitted
ASoC: ux500: Add missing module description
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>
1 parent ea762d1 commit e85d8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/ux500/ux500_msp_dai.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,4 +820,5 @@ static struct platform_driver msp_i2s_driver = {
820820
};
821821
module_platform_driver(msp_i2s_driver);
822822

823+
MODULE_DESCRIPTION("ASoC Ux500 I2S driver");
823824
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)