Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1194103
| From | Jiri Slaby <jslaby@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3.12 001/124] iio: adc: twl6030-gpadc: Fix modalias |
| Date | 2015-07-28 12:40 +0200 |
| Message-ID | <pR9Gh-5oW-3@gated-at.bofh.it> (permalink) |
| References | <pR9Gj-5oW-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Axel Lin <axel.lin@ingics.com>
3.12-stable review patch. If anyone has any objections, please let me know.
===============
commit e5d732186270e0881f47d95610316c0614b21c3e upstream.
Remove extra space between platform prefix and DRIVER_NAME in MODULE_ALIAS.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
drivers/iio/adc/twl6030-gpadc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c
index 0ea96c058c08..01bdfdfc5ae6 100644
--- a/drivers/iio/adc/twl6030-gpadc.c
+++ b/drivers/iio/adc/twl6030-gpadc.c
@@ -1005,7 +1005,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");
--
2.4.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 3.12 000/124] 3.12.45-stable review Jiri Slaby <jslaby@suse.cz> - 2015-07-28 11:50 +0200
[PATCH 3.12 094/124] vfs: Remove incorrect debugging WARN in prepend_path Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 106/124] cpuidle / menu: Return (-1) if there are no suitable states Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 108/124] regmap: Fix possible shift overflow in regmap_field_init() Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 103/124] arm64: Do not attempt to use init_mm in reset_context() Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 107/124] regmap: Fix regmap_bulk_read in BE mode Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 115/124] thermal: rcar: fix ENR register value Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 100/124] ALSA: hda - Add headset support to Acer Aspire V5 Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 102/124] ARC: add compiler barrier to LLSC based cmpxchg Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 096/124] x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:10 +0200
[PATCH 3.12 001/124] iio: adc: twl6030-gpadc: Fix modalias Jiri Slaby <jslaby@suse.cz> - 2015-07-28 12:40 +0200
Re: [PATCH 3.12 000/124] 3.12.45-stable review Jiri Slaby <jslaby@suse.cz> - 2015-08-03 10:10 +0200
csiph-web