diff options
author | Russ Gorby <[email protected]> | 2012-08-13 13:45:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-08-16 12:03:30 -0700 |
commit | 329e56780e514a7ab607bcb51a52ab0dc2669414 (patch) | |
tree | fbc5250c682ee48491ca170e8621d1733f77c060 /tools/perf/scripts/python/sched-migration.py | |
parent | b4338e1efc339986cf6c0a3652906e914a86e2d3 (diff) |
n_gsm: replace kfree_skb w/ appropriate dev_* versions
Drivers are supposed to use the dev_* versions of the kfree_skb
interfaces. In a couple of cases we were called with IRQs
disabled as well which kfree_skb() does not expect.
Replaced kfree_skb calls w/ dev_kfree_skb and dev_kfree_skb_any
Signed-off-by: Russ Gorby <[email protected]>
Tested-by: Yin, Fengwei <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Cc: Grooming <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions