Re: [RFC PATCH 12/35] r8169: Tidy Success/Failure checks

2020-07-13 Thread Saheed Bolarinwa
Thank you for the review. On 7/13/20 3:45 PM, Heiner Kallweit wrote: Patches 11 and 12 are both trivial, wouldn't it make sense to merge them? Apart from that: Acked-by: Heiner Kallweit I separated them for easy review, I will merge them in the next version. - Saheed

Re: [RFC PATCH 12/35] r8169: Tidy Success/Failure checks

2020-07-13 Thread Heiner Kallweit
On 13.07.2020 14:22, Saheed O. Bolarinwa wrote: > Remove unnecessary check for 0. > > Signed-off-by: "Saheed O. Bolarinwa" > --- > This patch depends on PATCH 11/35 > > drivers/net/ethernet/realtek/r8169_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[RFC PATCH 12/35] r8169: Tidy Success/Failure checks

2020-07-13 Thread Saheed O. Bolarinwa
Remove unnecessary check for 0. Signed-off-by: "Saheed O. Bolarinwa" --- This patch depends on PATCH 11/35 drivers/net/ethernet/realtek/r8169_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/realtek/r8169_main.c