All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Zou Wei <zou_wei@huawei.com>,
	orsonzhai@gmail.com, baolin.wang7@gmail.com,
	zhang.lyra@gmail.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] nvmem: sc27xx: Add missing MODULE_DEVICE_TABLE
Date: Mon, 17 May 2021 10:19:51 +0100	[thread overview]
Message-ID: <67ff40ce-b031-5ab4-9ea5-bcc4cec1427d@linaro.org> (raw)
In-Reply-To: <1620790594-15772-1-git-send-email-zou_wei@huawei.com>



On 12/05/2021 04:36, Zou Wei wrote:
> This patch adds missing MODULE_DEVICE_TABLE definition which generates
> correct modalias for automatic loading of this driver when it is built
> as an external module.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zou Wei <zou_wei@huawei.com>

Applied thanks,

--srini

> ---
>   drivers/nvmem/sc27xx-efuse.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/nvmem/sc27xx-efuse.c b/drivers/nvmem/sc27xx-efuse.c
> index c825fc9..7f9bd21 100644
> --- a/drivers/nvmem/sc27xx-efuse.c
> +++ b/drivers/nvmem/sc27xx-efuse.c
> @@ -262,6 +262,7 @@ static const struct of_device_id sc27xx_efuse_of_match[] = {
>   	{ .compatible = "sprd,sc2730-efuse", .data = &sc2730_edata},
>   	{ }
>   };
> +MODULE_DEVICE_TABLE(of, sc27xx_efuse_of_match);
>   
>   static struct platform_driver sc27xx_efuse_driver = {
>   	.probe = sc27xx_efuse_probe,
> 

      reply	other threads:[~2021-05-17  9:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-12  3:36 [PATCH -next] nvmem: sc27xx: Add missing MODULE_DEVICE_TABLE Zou Wei
2021-05-17  9:19 ` Srinivas Kandagatla [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=67ff40ce-b031-5ab4-9ea5-bcc4cec1427d@linaro.org \
    --to=srinivas.kandagatla@linaro.org \
    --cc=baolin.wang7@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=zhang.lyra@gmail.com \
    --cc=zou_wei@huawei.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.