commit | 27c0f739a009971aaf43ee71d9b150a56ee57012 | [log] [tgz] |
---|---|---|
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | Tue May 10 10:28:49 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon May 09 22:05:51 2016 -0400 |
tree | 24049a0179f33f5076f1bcf90fd7b11679071b3d | |
parent | 1de1d449c6cf701e09d2941d042b28328118ad1a [diff] |
fjes: Fix unnecessary spinlock_irqsave commit-bd5a256 introduces a deadlock bug in fjes_change_mtu(). This spin_lock_irqsave() is obviously unnecessary. This patch eliminates unnecessary spin_lock_irqsave() in fjes_change_mtu() Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>