commit | c009cb842fcc0f84536a9d2692e6f063af5ac5c6 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Dec 12 10:30:29 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 13 15:47:00 2017 -0500 |
tree | b5acf6da6febd98b3b301608f9db27b7c96d8254 | |
parent | 3b3397e2031564db07022e99f04d4b9f3df6fced [diff] |
skge: remove redundunt free_irq under spinlock The code to handle multi-port SKGE boards was freeing IRQ twice. The first one was under lock and might sleep. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>