Re: [PATCH] dgnc: move more repeating code under 'failed' label

2015-03-09 Thread Giedrius Statkevičius
On 2015.03.09 15:06, Dan Carpenter wrote: > Added Matteo to the CC list because he was working on this function as > well and I remembered something I wanted to tell him. > > On Sun, Mar 08, 2015 at 07:46:37PM +0200, Giedrius Statkevičius wrote: >> Currently the label is only used to return a erro

Re: [PATCH] dgnc: move more repeating code under 'failed' label

2015-03-09 Thread Dan Carpenter
Added Matteo to the CC list because he was working on this function as well and I remembered something I wanted to tell him. On Sun, Mar 08, 2015 at 07:46:37PM +0200, Giedrius Statkevičius wrote: > Currently the label is only used to return a error code to the caller but more > repeating code is b