Skip to content

Commit

Permalink
iio: adc: twl6030-gpadc: Fix modalias
Browse files Browse the repository at this point in the history
Remove extra space between platform prefix and DRIVER_NAME in MODULE_ALIAS.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
AxelLin authored and jic23 committed May 23, 2015
1 parent d046ba2 commit e5d7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/adc/twl6030-gpadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ static struct platform_driver twl6030_gpadc_driver = {

module_platform_driver(twl6030_gpadc_driver);

MODULE_ALIAS("platform: " DRIVER_NAME);
MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_AUTHOR("Balaji T K <balajitk@ti.com>");
MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
MODULE_AUTHOR("Oleksandr Kozaruk <oleksandr.kozaruk@ti.com");
Expand Down

0 comments on commit e5d7321

Please sign in to comment.