Re: [PATCH] net: qcom/emac: claim the irq only when the device is opened
From: David Miller <davem@davemloft.net> Date: 2017-01-20 17:19:39
From: Timur Tabi <redacted>
Date: Wed, 18 Jan 2017 15:42:25 -0600
During reset, functions emac_mac_down() and emac_mac_up() are called,
so we don't want to free and claim the IRQ unnecessarily. Move those
operations to open/close.
Signed-off-by: Timur Tabi <redacted>
If you don't tell me what tree this is against in your Subject line,
I have to guess.
I don't like guessing.