aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2011-12-08 09:50:54 +0300
committerDave Airlie <[email protected]>2012-01-10 10:00:42 +0000
commit7920aa5a9d841fc7a10ff53a5a775f821d7a6ba1 (patch)
tree4604bbb97b3f0a69b5921aa71b804d0c71e9aa98 /tools/perf/util/scripting-engines/trace-event-python.c
parenta7eef882a8d37be46459faa5020648af7ccf6ad2 (diff)
drm/ttm: fix condition (and vs or)
The "if (!p && !p->dev)" condition isn't right because || was intended instead of &&. But actually, "p" is the list cursor and so it's always non-NULL and we can just remove that bit. We can remove the another similar check as well. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Jerome Glisse <[email protected]> Acked-by: Konrad Rzeszutek Wilk <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions