[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120920.222221.1362666243095294465.davem@davemloft.net>
Date: Thu, 20 Sep 2012 22:22:21 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: nicolas.ferre@...el.com
Cc: devendra.aaru@...il.com, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] at91ether: return PTR_ERR if call to clk_get fails
From: Nicolas Ferre <nicolas.ferre@...el.com>
Date: Thu, 20 Sep 2012 09:42:14 +0200
> On 09/20/2012 09:04 AM, Devendra Naga :
>> we are currently returning ENODEV, as the clk_get may give a exact
>> error code in its returned pointer, assign it to the ret by using the
>> PTR_ERR function, so that the subsequent goto label will jump to the
>> error path and clean the driver and return the error correctly.
>>
>> Signed-off-by: Devendra Naga <devendra.aaru@...il.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists