From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Andy Gross <andy.gross@linaro.org>, Rob Clark <robdclark@gmail.com>
Cc: linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] soc: qcom: wcnss_ctrl: add missing MODULE_DEVICE_TABLE()
Date: Sun, 2 Jul 2017 21:45:57 -0700 [thread overview]
Message-ID: <20170703044557.GG18666@tuxbook> (raw)
In-Reply-To: <20170702132336.16174-1-robdclark@gmail.com>
+ Andy
On Sun 02 Jul 06:23 PDT 2017, Rob Clark wrote:
> This fixes a problem of wifi module not loading on db410c.
>
> Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Regards,
Bjorn
> ---
> drivers/soc/qcom/wcnss_ctrl.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/qcom/wcnss_ctrl.c b/drivers/soc/qcom/wcnss_ctrl.c
> index b906918..d008e5b 100644
> --- a/drivers/soc/qcom/wcnss_ctrl.c
> +++ b/drivers/soc/qcom/wcnss_ctrl.c
> @@ -347,6 +347,7 @@ static const struct of_device_id wcnss_ctrl_of_match[] = {
> { .compatible = "qcom,wcnss", },
> {}
> };
> +MODULE_DEVICE_TABLE(of, wcnss_ctrl_of_match);
>
> static struct rpmsg_driver wcnss_ctrl_driver = {
> .probe = wcnss_ctrl_probe,
> --
> 2.9.4
>
prev parent reply other threads:[~2017-07-03 4:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-02 13:23 [PATCH] soc: qcom: wcnss_ctrl: add missing MODULE_DEVICE_TABLE() Rob Clark
2017-07-03 4:45 ` Bjorn Andersson [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=20170703044557.GG18666@tuxbook \
--to=bjorn.andersson@linaro.org \
--cc=andy.gross@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robdclark@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox