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


Groups > linux.kernel > #1437015

Re: [PATCH] i2c: tegra: Correct error path in probe

From Jon Hunter <jonathanh@nvidia.com>
Newsgroups linux.kernel
Subject Re: [PATCH] i2c: tegra: Correct error path in probe
Date 2016-07-05 15:30 +0200
Message-ID <rRyAi-3kG-25@gated-at.bofh.it> (permalink)
References <rK38d-1hi-17@gated-at.bofh.it> <rOB1D-6Kn-1@gated-at.bofh.it> <rOBl0-6T8-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Wolfram,

On 27/06/16 10:32, Laxman Dewangan wrote:
> 
> On Monday 27 June 2016 02:58 PM, Jon Hunter wrote:
>> Hi all,
>>
>> On 14/06/16 21:26, Jon Hunter wrote:
>>> @@ -912,7 +912,7 @@ static int tegra_i2c_probe(struct platform_device
>>> *pdev)
>>>       ret = tegra_i2c_init(i2c_dev);
>>>       if (ret) {
>>>           dev_err(&pdev->dev, "Failed to initialize i2c controller");
>>> -        goto unprepare_div_clk;
>>> +        goto disable_div_clk;
>>>       }
>>>
> 
> Yes, this looks correct.
> 
> Acked-by: Laxman Dewangan <ldewangan@nvidia.com>

Can you pick this one up?

Cheers
Jon

-- 
nvpublic

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


Thread

Re: [PATCH] i2c: tegra: Correct error path in probe Jon Hunter <jonathanh@nvidia.com> - 2016-06-27 11:30 +0200
  Re: [PATCH] i2c: tegra: Correct error path in probe Laxman Dewangan <ldewangan@nvidia.com> - 2016-06-27 11:50 +0200
    Re: [PATCH] i2c: tegra: Correct error path in probe Jon Hunter <jonathanh@nvidia.com> - 2016-07-05 15:30 +0200

csiph-web