diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-21 02:09:17 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 670e3fef68b82a0d43200fcbb3588c7ffa46ca08 (patch) | |
| tree | 0f43a5e9ddf8cf8d1f0af239b96dc6dba991c3f0 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | ddf6451ff98c5139c63639db826df540173db2d5 (diff) | |
staging: rtl8712: rtl871x_mlme: 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