aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2014-02-20 15:44:23 -0500
committerJohn W. Linville <[email protected]>2014-02-24 15:38:36 -0500
commit434bb46c36c545b4a81c02c73e24560c303c3388 (patch)
treea25feb3eb5ebf4cdc00f5b6d06ab0587ac1f6aa1 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parentdbdac2b581811e1f2a573454451136c2497de4fc (diff)
wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.c
PREPARE_[DELAYED_]WORK() are being phased out. They have few users and a nasty surprise in terms of reentrancy guarantee as workqueue considers work items to be different if they don't have the same work function. Update rt2800usb.c to use INIT_WORK() instead of PREPARE_WORK(). As the work item isn't in active use during rt2800usb_probe_hw(), this doesn't cause any behavior difference. It would probably be best to route this with other related updates through the workqueue tree. Only compile tested. Signed-off-by: Tejun Heo <[email protected]> Cc: Ivo van Doorn <[email protected]> Cc: Gertjan van Wingerde <[email protected]> Cc: Helmut Schaa <[email protected]> Cc: [email protected] Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions