diff options
| author | Yannis Damigos <[email protected]> | 2016-09-27 10:38:23 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-27 13:14:48 +0200 |
| commit | 66fa610095f758d1793a30d1cd57a0c1432258e2 (patch) | |
| tree | e1a4b0586f39a271cfcce9b006970e176c2c2586 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 9f7a104c2be97902752f7d7a15e955b2de402356 (diff) | |
staging:android:ion: Fix comparison with NULL
This patch fixes the following comparison with NULL issues:
CHECK: Comparison to NULL could be written "compatible[i].name"
+ for (i = 0; compatible[i].name != NULL; i++) {
CHECK: Comparison to NULL could be written "!compatible[i].name"
+ if (compatible[i].name == NULL)
Signed-off-by: Yannis Damigos <[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