Re: [PATCH net-next 4/8] r8169: improve rtl_pcie_state_l2l3_enable

2019-01-21 Thread kbuild test robot
Hi Heiner, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Heiner-Kallweit/r8169-series-with-smaller-improvements/20190121-212709 config: i386-randconfig-x014-201903 (attached as .config) compiler: gcc-8 (D

[PATCH net-next 4/8] r8169: improve rtl_pcie_state_l2l3_enable

2019-01-19 Thread Heiner Kallweit
All calls to this function have the enable parameter set to false. So we can replace the function with a disable-only version. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/dri