From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] reset: uniphier: add static qualifier to probe function
Date: Wed, 24 Aug 2016 14:26:58 +0200 [thread overview]
Message-ID: <1472041618.5335.31.camel@pengutronix.de> (raw)
In-Reply-To: <1472020830-16059-2-git-send-email-yamada.masahiro@socionext.com>
Am Mittwoch, den 24.08.2016, 15:40 +0900 schrieb Masahiro Yamada:
> I missed this in the initial commit.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> drivers/reset/reset-uniphier.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
> index 9de071f..41c62af 100644
> --- a/drivers/reset/reset-uniphier.c
> +++ b/drivers/reset/reset-uniphier.c
> @@ -385,7 +385,7 @@ static const struct of_device_id uniphier_reset_match[] = {
> };
> MODULE_DEVICE_TABLE(of, uniphier_reset_match);
>
> -int uniphier_reset_probe(struct platform_device *pdev)
> +static int uniphier_reset_probe(struct platform_device *pdev)
> {
> struct device *dev = &pdev->dev;
> const struct of_device_id *match;
Thanks, I've squashed this into the original commit.
regards
Philipp
next prev parent reply other threads:[~2016-08-24 12:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-24 6:40 [PATCH 0/2] reset: uniphier: follow-up fix, clean-up Masahiro Yamada
2016-08-24 6:40 ` [PATCH 1/2] reset: uniphier: add static qualifier to probe function Masahiro Yamada
2016-08-24 12:26 ` Philipp Zabel [this message]
2016-08-24 6:40 ` [PATCH 2/2] reset: uniphier: use of_device_get_match_data() to get matched data Masahiro Yamada
2016-08-24 12:27 ` Philipp Zabel
2016-08-24 12:29 ` Masahiro Yamada
2016-08-24 13:32 ` Philipp Zabel
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=1472041618.5335.31.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.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 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).