Re: [PATCH] 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()

2018-05-02 Thread David Miller
From: Sebastian Andrzej Siewior Date: Wed, 2 May 2018 13:30:57 +0200 > From: Ingo Molnar > > Use disable_irq_nosync() instead of disable_irq() as this might be > called in atomic context with netpoll. > > Signed-off-by: Ingo Molnar > Signed-off-by: Thomas Gleixner > Signed-off-by: Sebastian

[PATCH] 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()

2018-05-02 Thread Sebastian Andrzej Siewior
From: Ingo Molnar Use disable_irq_nosync() instead of disable_irq() as this might be called in atomic context with netpoll. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Signed-off-by: Sebastian Andrzej Siewior --- drivers/net/ethernet/realtek/8139too.c | 2 +- 1 file changed, 1