summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2017-02-03 01:54:05 -0700
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2017-02-03 11:26:40 -0500
commit4fed1b125eb6252bde478665fc05d4819f774fa8 (patch)
treeb01d18177269f4c15286400ad389564e1846636e /tools/perf/scripts/python/event_analyzing_sample.py
parentcc272163ea554a97dac180fa8dd6cd54c2810bd1 (diff)
downloadkernel-4fed1b125eb6252bde478665fc05d4819f774fa8.tar.gz
xen/manage: correct return value check on xenbus_scanf()
A negative return value indicates an error; in fact the function at present won't ever return zero. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
wireless/orinoco?h=master&id=5b112d3d098c97b867cc580f590395cd1e72f18c'>cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg 2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches 2013-01-08remove init of dev->perm_addr in driversJiri Pirko 2012-12-06orinoco: remove __dev* attributesBill Pemberton 2012-11-26cfg80211: pass a channel definition structJohannes Berg 2012-10-19orinoco_usb: clean up some signedness issuesDan Carpenter 2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel 2012-09-07orinoco: use is_zero_ether_addr() instead of memcmp()Wei Yongjun