Re: [PATCH] net: sysctl: cleanup net_sysctl_init error exit paths

2019-05-17 Thread George G. Davis
Hello David, On Thu, May 16, 2019 at 02:27:44PM -0700, David Miller wrote: > From: "George G. Davis" > Date: Thu, 16 May 2019 11:23:08 -0400 > > > Unwind net_sysctl_init error exit goto spaghetti code > > > > Suggested-by: Joshua Frkuska > > Signed

[PATCH] net: sysctl: cleanup net_sysctl_init error exit paths

2019-05-16 Thread George G. Davis
Unwind net_sysctl_init error exit goto spaghetti code Suggested-by: Joshua Frkuska Signed-off-by: George G. Davis --- net/sysctl_net.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net/sysctl_net.c b/net/sysctl_net.c index 9aed6fe1bf1a..7710a2d7f79a 100644

Re: [PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API

2016-05-31 Thread George G. Davis
Hello Russell, On Tue, May 31, 2016 at 07:26:42PM +0100, Russell King - ARM Linux wrote: > On Tue, May 31, 2016 at 02:24:50PM -0400, George G. Davis wrote: > > Hello Fabio, > > > > On Tue, May 31, 2016 at 02:26:54PM -0300, Fabio Estevam wrote: > > > On Tue, May

Re: [PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API

2016-05-31 Thread George G. Davis
Hello Fabio, On Tue, May 31, 2016 at 02:26:54PM -0300, Fabio Estevam wrote: > On Tue, May 31, 2016 at 2:17 PM, George G. Davis > wrote: > > Convert the i.MX FEC driver and DT files to use the GPIOD API > > which automatically handles GPIO polarity. > > > > Signed-of

[PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API

2016-05-31 Thread George G. Davis
Convert the i.MX FEC driver and DT files to use the GPIOD API which automatically handles GPIO polarity. Signed-off-by: George G. Davis --- Documentation/devicetree/bindings/net/fsl-fec.txt | 7 ++- arch/arm/boot/dts/imx25-karo-tx25.dts | 3 ++- arch/arm/boot/dts/imx25-pdk.dts

[PATCH] Fix an offset error when reading the CS89x0 ADD_PORT register

2006-11-16 Thread George G. Davis
Fix an offset error when reading the CS89x0 ADD_PORT register. Signed-off-by: George G. Davis --- Index: linux-2.6/drivers/net/cs89x0.c === --- linux-2.6.orig/drivers/net/cs89x0.c +++ linux-2.6/drivers/net/cs89x0.c @@ -588,10