Re: [PATCH] net: core: skbuff: skb_checksum_setup() drop err

2019-10-13 Thread Vito Caputo
On Sun, Oct 13, 2019 at 12:58:04PM -0700, Eric Dumazet wrote: > > > On 10/12/19 5:30 PM, Vito Caputo wrote: > > Return directly from all switch cases, no point in storing in err. > > > > Signed-off-by: Vito Caputo > > --- > > net/core/skbuff.c | 15

[REGRESSION] v5.0-rc5 rtl8192cu breakage

2019-02-24 Thread Vito Caputo
't doing anything in particular. Regards, Vito Caputo

[PATCH] net: ethernet: aquantia: default to no in config

2017-09-19 Thread Vito Caputo
NET_VENDOR_AQUANTIA was "default y" for some reason, which seems obviously inappropriate. --- drivers/net/ethernet/aquantia/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig index cdf78e069a39.