From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Sun, 28 Nov 2010 19:33:43 +0000 Subject: Re: [PATCH net-2.6] net, ppp: Report correct error code if unit Message-Id: <20101128.113343.200360663.davem@davemloft.net> List-Id: References: <20101123214344.GB1839@lenovo> In-Reply-To: <20101123214344.GB1839@lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: gorcunov@gmail.com Cc: netdev@vger.kernel.org, paulus@samba.org, linux-ppp@vger.kernel.org, linux-kernel@vger.kernel.org From: Cyrill Gorcunov Date: Wed, 24 Nov 2010 00:43:44 +0300 > Allocating unit from ird might return several error codes > not only -EAGAIN, so it should not be changed and returned > precisely. Same time unit release procedure should be invoked > only if device is unregistering. > > Signed-off-by: Cyrill Gorcunov Looks good to me, applied, thanks Cyrill.