diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-15 16:12:01 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:08:39 -0700 |
| commit | bba76322c3075776f222c4c7dd36f954ed458250 (patch) | |
| tree | 5c6029f05bc7ef3d2712ff0d9ec6cf1c86abc6a7 /tools/perf/scripts/python/futex-contention.py | |
| parent | b981da12513469324a18ae8250bca2848f8bf787 (diff) | |
Staging: most: cdev: Remove useless check
The variable mbo is already NULL tested so, check on it should be
removed.
Semantic patch used:
@@ expression E;
statement S; @@
if(E==NULL) {... return ...;}
- if(E)
S
Signed-off-by: Shivani Bhardwaj <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions