From: Lee Jones <lee.jones@linaro.org>
To: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: linux-kernel@vger.kernel.org, Samuel Ortiz <sameo@linux.intel.com>
Subject: Re: [PATCH 1/2] mfd: bcm590xx: Remove unnecessary MODULE_ALIAS()
Date: Sun, 20 Sep 2015 05:19:00 +0100 [thread overview]
Message-ID: <20150920041900.GR3039@x1> (raw)
In-Reply-To: <1440975510-21835-1-git-send-email-javier@osg.samsung.com>
On Mon, 31 Aug 2015, Javier Martinez Canillas wrote:
> The driver has a I2C device id table that is used to create the module
> aliases and also "bcm590xx" isn't a supported I2C id, so it's never used.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>
> ---
>
> drivers/mfd/bcm590xx.c | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks.
> diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c
> index da2af5b4f855..320aaefee718 100644
> --- a/drivers/mfd/bcm590xx.c
> +++ b/drivers/mfd/bcm590xx.c
> @@ -128,4 +128,3 @@ module_i2c_driver(bcm590xx_i2c_driver);
> MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
> MODULE_DESCRIPTION("BCM590xx multi-function driver");
> MODULE_LICENSE("GPL v2");
> -MODULE_ALIAS("i2c:bcm590xx");
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2015-09-20 4:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-30 22:58 [PATCH 1/2] mfd: bcm590xx: Remove unnecessary MODULE_ALIAS() Javier Martinez Canillas
2015-08-30 22:58 ` [PATCH 2/2] mfd: rt5033: " Javier Martinez Canillas
2015-09-20 4:20 ` Lee Jones
2015-09-20 4:19 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150920041900.GR3039@x1 \
--to=lee.jones@linaro.org \
--cc=javier@osg.samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.