diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-22 20:19:49 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 4ada295da12e9d0647801577cef37cfc48d41b38 (patch) | |
| tree | 5f4adf9a4dc8f689ff5c1ebf3bcd182f297f9ae1 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 574502caed4c11c7bbb6b4532a8bb544f626f2dc (diff) | |
staging: rtl8188eu: os_dep: 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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions