diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-21 02:08:36 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | ddf6451ff98c5139c63639db826df540173db2d5 (patch) | |
| tree | dab7ab47548f3f02caf8e00bf56ceadabceefc75 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | b7af4e6cc7f8f1b69e20ebd25cb633e30de4799e (diff) | |
staging: rtl8712: usb_ops_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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions