[PATCH] r8169: Disable clk during suspend / resume

2018-09-26 Thread Hans de Goede
Disable the clk during suspend to save power. Note that tp->clk may be NULL, the clk core functions handle this without problems. Reviewed-by: Andy Shevchenko Tested-by: Carlo Caione Signed-off-by: Hans de Goede --- drivers/net/ethernet/realtek/r8169.c | 5 + 1 file changed, 5 insertions(+

Re: [PATCH] r8169: Disable clk during suspend / resume

2018-09-29 Thread David Miller
From: Hans de Goede Date: Wed, 26 Sep 2018 22:12:39 +0200 > Disable the clk during suspend to save power. Note that tp->clk may be > NULL, the clk core functions handle this without problems. > > Reviewed-by: Andy Shevchenko > Tested-by: Carlo Caione > Signed-off-by: Hans de Goede Applied.