diff options
author | Liu Ying <[email protected]> | 2014-06-19 16:01:44 +0800 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2014-06-19 10:13:46 +0200 |
commit | 2a8c6edfd2a888085ae0ddaf6c3ea3f529fdc4e8 (patch) | |
tree | 71aeaf670adaa301760cd15e97e4073638fecbcf /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 30bfa4eec7e813825f7537149eb394605c41dbe8 (diff) |
drm/fb-helper: Remove unnecessary list empty check in drm_fb_helper_debug_enter()
The following list empty check is unnecessary because we would still do nothing
real and return 'val' if my_list is empty.
if (list_empty(&my_list))
return val;
list_for_each_entry(pos, &my_list, member) {
...
}
return val;
This patch removes the unnecessary check in drm_fb_helper_debug_enter().
Signed-off-by: Liu Ying <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions