diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-21 02:10:21 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 0b90c305c93e4e94e80d7f10091867e28f275d37 (patch) | |
| tree | 71151e27b7562d7ee93b34103d442bca9ae518c7 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | b1d055005519985784f9a613df81b8dd928c0090 (diff) | |
staging: rtl8712: rtl871x_ioctl_linux: Clean up tests if NULL returned on failure
Some functions like kmalloc/kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.
This was done using Coccinelle:
@@
expression *e;
identifier l1;
@@
e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e
Signed-off-by: Bhaktipriya Shridhar <[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