diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-22 20:29:13 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 4d97b691475060ea6e1345ea7a7c2cba4658a631 (patch) | |
| tree | bb6c937ef5f36fde1090c9e5d8525cc7ebb8ec4f /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 06884afcf2ab18d314d94456fbf1ac3c860e99bb (diff) | |
staging: rtl8712: mlme_linux: Clean up tests if NULL returned on failure
Some functions like 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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions