aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2016-10-17 15:05:36 +0000
committerGreg Kroah-Hartman <[email protected]>2016-10-25 09:57:24 +0200
commitd298ec65803b48a764ae9ccf2ed2238669a4d02b (patch)
treed6f950559598298943cdde604a7f47c171032aea /tools/perf/scripts/python/event_analyzing_sample.py
parentb04451d7dfac891daaab2eb88422839660560ba4 (diff)
staging: bcm2708_vchiq: fix return value check in vchiq_init_state()
In case of error, the function kthread_create() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions