Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1469380

Re: [PATCH 1/2] reset: uniphier: add static qualifier to probe function

From Philipp Zabel <p.zabel@pengutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] reset: uniphier: add static qualifier to probe function
Date 2016-08-24 14:30 +0200
Message-ID <s9FtE-2aP-35@gated-at.bofh.it> (permalink)
References <s9A0V-6Tr-3@gated-at.bofh.it> <s9AaC-6X5-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] reset: uniphier: follow-up fix, clean-up Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-24 08:40 +0200
  [PATCH 1/2] reset: uniphier: add static qualifier to probe function Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-24 08:50 +0200
    Re: [PATCH 1/2] reset: uniphier: add static qualifier to probe  function Philipp Zabel <p.zabel@pengutronix.de> - 2016-08-24 14:30 +0200

csiph-web