* [PATCH] mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
@ 2015-03-30 8:12 Axel Lin
2015-03-30 10:08 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-03-30 8:12 UTC (permalink / raw)
To: Lee Jones
Cc: Misael Lopez Cruz, Jorge Eduardo Candelaria,
linux-omap@vger.kernel.org
This is a I2C driver, so it's wrong to use platform prefix for the
modalias. We have all needed i2c aliases coming form MODULE_DEVICE_TABLE,
so let's remove the wrong and unneeded "platform:twl6040" modalias.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/mfd/twl6040.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index f71ee3d..c5265c1 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -814,4 +814,3 @@ MODULE_DESCRIPTION("TWL6040 MFD");
MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
MODULE_AUTHOR("Jorge Eduardo Candelaria <jorge.candelaria@ti.com>");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:twl6040");
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
2015-03-30 8:12 [PATCH] mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias Axel Lin
@ 2015-03-30 10:08 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2015-03-30 10:08 UTC (permalink / raw)
To: Axel Lin
Cc: Misael Lopez Cruz, Jorge Eduardo Candelaria,
linux-omap@vger.kernel.org
On Mon, 30 Mar 2015, Axel Lin wrote:
> This is a I2C driver, so it's wrong to use platform prefix for the
> modalias. We have all needed i2c aliases coming form MODULE_DEVICE_TABLE,
> so let's remove the wrong and unneeded "platform:twl6040" modalias.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/mfd/twl6040.c | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks.
> diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
> index f71ee3d..c5265c1 100644
> --- a/drivers/mfd/twl6040.c
> +++ b/drivers/mfd/twl6040.c
> @@ -814,4 +814,3 @@ MODULE_DESCRIPTION("TWL6040 MFD");
> MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
> MODULE_AUTHOR("Jorge Eduardo Candelaria <jorge.candelaria@ti.com>");
> MODULE_LICENSE("GPL");
> -MODULE_ALIAS("platform:twl6040");
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-30 10:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 8:12 [PATCH] mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias Axel Lin
2015-03-30 10:08 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).