Re: [PATCH] ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-12 Thread David Miller
From: Silviu-Mihai Popescu Date: Tue, 12 Mar 2013 09:48:07 +0200 > This uses PTR_RET instead of IS_ERR and PTR_ERR in order to increase > readability. > > Signed-off-by: Silviu-Mihai Popescu Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH] ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-12 Thread Geert Uytterhoeven
On Tue, Mar 12, 2013 at 8:48 AM, Silviu-Mihai Popescu wrote: > This uses PTR_RET instead of IS_ERR and PTR_ERR in order to increase > readability. > > Signed-off-by: Silviu-Mihai Popescu Acked-by: Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

[PATCH] ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-12 Thread Silviu-Mihai Popescu
This uses PTR_RET instead of IS_ERR and PTR_ERR in order to increase readability. Signed-off-by: Silviu-Mihai Popescu --- drivers/net/ethernet/amd/atarilance.c |4 +--- drivers/net/ethernet/amd/mvme147.c|4 +--- drivers/net/ethernet/amd/ni65.c |2 +- drivers/net/ethernet/am