From: Sherman Yin <syin@broadcom.com>
To: Axel Lin <axel.lin@ingics.com>, Linus Walleij <linus.walleij@linaro.org>
Cc: <linux-kernel@vger.kernel.org>, Christian Daudt <bcm@fixthebug.org>
Subject: Re: [PATCH] pinctrl: capri: Make capri_pinctrl_probe static
Date: Tue, 4 Feb 2014 12:13:40 -0800 [thread overview]
Message-ID: <52F149F4.6040105@broadcom.com> (raw)
In-Reply-To: <1391503770.19947.0.camel@phoenix>
On 14-02-04 12:49 AM, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/pinctrl/pinctrl-capri.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/pinctrl-capri.c b/drivers/pinctrl/pinctrl-capri.c
> index 4669c53..b4aa8e3 100644
> --- a/drivers/pinctrl/pinctrl-capri.c
> +++ b/drivers/pinctrl/pinctrl-capri.c
> @@ -1390,7 +1390,7 @@ static struct pinctrl_desc capri_pinctrl_desc = {
> .owner = THIS_MODULE,
> };
>
> -int __init capri_pinctrl_probe(struct platform_device *pdev)
> +static int __init capri_pinctrl_probe(struct platform_device *pdev)
> {
> struct capri_pinctrl_data *pdata = &capri_pinctrl;
> struct resource *res;
>
Note that this will collide with the capri->bcm281xx renaming patches.
Linus, Christian, are those patches going in soon?
Thanks,
Sherman
next prev parent reply other threads:[~2014-02-04 20:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-04 8:49 [PATCH] pinctrl: capri: Make capri_pinctrl_probe static Axel Lin
2014-02-04 20:13 ` Sherman Yin [this message]
2014-02-06 9:21 ` Linus Walleij
2014-02-07 18:35 ` Christian Daudt
2014-02-07 19:01 ` Christian Daudt
2014-02-10 8:14 ` Linus Walleij
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=52F149F4.6040105@broadcom.com \
--to=syin@broadcom.com \
--cc=axel.lin@ingics.com \
--cc=bcm@fixthebug.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
/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.