commit | fa202592796499dade5b3854643eaf0eed4d34ba | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Mon Jun 01 01:18:55 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 02 00:17:44 2009 -0700 |
tree | 6064c17ffcc6e74ddd5f7db586226b16821d49f7 | |
parent | bbd5898d39ab9f855c732f6f07e40e95b05cf52a [diff] |
f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback Network device TX is never run in IRQ context, and skb is freed outside of the IRQ-disabling spin lock. So checking for IRQ was a waste of time here. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>