From: Timur Tabi <ti...@codeaurora.org> Date: Fri, 20 Jan 2017 17:21:04 -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 <ti...@codeaurora.org> > --- > > Notes: > v2: keep synchronize_irq call where it is Applied.