aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHolger Schurig <[email protected]>2008-03-19 15:24:21 +0100
committerJohn W. Linville <[email protected]>2008-03-27 14:28:30 -0400
commitdd1f635fe0f14d8c03181f9f1f743b127694fc14 (patch)
treeb098f82d5f57e98558a2828ac5bac280b2763378 /tools/perf/scripts/python/bin
parent732c8bd590625e8bc0b88313b82930e336b2bec4 (diff)
libertas: fix spinlock recursion bug
This fixes a bug detected by CONFIG_DEBUG_SPINLOCK: if_cs_get_int_status() is only called from lbs_thread(), via priv->hw_get_int_status. However, lbs_thread() has already taken the priv->driver_lock. So it's a fault to take the same lock again here. Signed-off-by: Holger Schurig <[email protected]> Acked-by: Dan Williams <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions