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


Groups > linux.kernel > #1458656

Re: [PATCH] i2c: don't print error when adding adapter fails

From Heiko Stübner <heiko@sntech.de>
Newsgroups linux.kernel
Subject Re: [PATCH] i2c: don't print error when adding adapter fails
Date 2016-08-09 14:20 +0200
Message-ID <s4eaJ-7rr-7@gated-at.bofh.it> (permalink)
References <s4dy1-6VH-19@gated-at.bofh.it> <s4dy2-6VH-57@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Am Dienstag, 9. August 2016, 13:36:17 schrieb Wolfram Sang:
> The core will do this for us now.
> 
> Signed-off-by: Wolfram Sang <wsa-dev@sang-engineering.com>
> ---

[...]

> diff --git a/drivers/i2c/busses/i2c-rk3x.c b/drivers/i2c/busses/i2c-rk3x.c
> index 2bc8b01153d619..3b87afe82f6394 100644
> --- a/drivers/i2c/busses/i2c-rk3x.c
> +++ b/drivers/i2c/busses/i2c-rk3x.c
> @@ -1303,10 +1303,8 @@ static int rk3x_i2c_probe(struct platform_device
> *pdev) rk3x_i2c_adapt_div(i2c, clk_rate);
> 
>  	ret = i2c_add_adapter(&i2c->adap);
> -	if (ret < 0) {
> -		dev_err(&pdev->dev, "Could not register adapter\n");
> +	if (ret < 0)
>  		goto err_clk_notifier;
> -	}
> 
>  	dev_info(&pdev->dev, "Initialized RK3xxx I2C bus at %p\n", i2c->regs);

for Rockchip
Acked-by: Heiko Stuebner <heiko@sntech.de>

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


Thread

[PATCH] i2c: don't print error when adding adapter fails Wolfram Sang <wsa-dev@sang-engineering.com> - 2016-08-09 13:40 +0200
  [PATCH] i2c: don't print error when adding adapter fails Wolfram Sang <wsa-dev@sang-engineering.com> - 2016-08-09 13:40 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Peter Korsgaard <peter@korsgaard.com> - 2016-08-09 13:50 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Grygorii Strashko <grygorii.strashko@ti.com> - 2016-08-09 14:00 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Uwe Kleine-König   <u.kleine-koenig@pengutronix.de> - 2016-08-09 14:10 +0200
      Re: [PATCH] i2c: don't print error when adding adapter fails Wolfram Sang <wsa@the-dreams.de> - 2016-08-09 16:10 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Heiko Stübner <heiko@sntech.de> - 2016-08-09 14:20 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Thierry Reding <thierry.reding@gmail.com> - 2016-08-09 15:00 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Neil Horman <nhorman@tuxdriver.com> - 2016-08-09 15:00 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Guenter Roeck <linux@roeck-us.net> - 2016-08-09 15:40 +0200
      Re: [PATCH] i2c: don't print error when adding adapter fails Wolfram Sang <wsa@the-dreams.de> - 2016-08-09 16:40 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Ray Jui <ray.jui@broadcom.com> - 2016-08-09 18:20 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Vladimir Zapolskiy <vz@mleia.com> - 2016-08-09 18:40 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-08-10 20:10 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-10 20:50 +0200
    Re: [PATCH] i2c: don't print error when adding adapter fails Laxman Dewangan <ldewangan@nvidia.com> - 2016-08-10 22:50 +0200
  Re: [PATCH] i2c: don't print error when adding adapter fails Joachim Eastwood <manabian@gmail.com> - 2016-08-09 18:50 +0200
  Re: [STLinux Kernel] [PATCH] i2c: don't print error when adding  adapter fails Patrice Chotard <patrice.chotard@st.com> - 2016-08-10 22:30 +0200

csiph-web