diff options
| author | Cristina Opriceana <[email protected]> | 2015-03-19 21:04:42 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-03-20 13:33:50 +0100 |
| commit | 9fb163f49ed3b3836f6835f06a5ef9afbabb9c24 (patch) | |
| tree | 40d57db598a386f0954244908487ca49a9eba68d /tools/perf/scripts/python | |
| parent | 2c4b2980ae16a2d8d35f126ddb9fbcba809e2612 (diff) | |
Staging: iio: Simplify NULL pointer condition
Replace NULL comparrison with its shorter form.
Done with coccinelle:
@replace_rule@
expression e;
@@
-e == NULL
+ !e
Signed-off-by: Cristina Opriceana <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions