diff options
| author | Nishka Dasgupta <[email protected]> | 2019-04-03 01:43:02 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-04-03 11:08:00 +0200 |
| commit | 1fbd0bcc363ab34d9bd1b78c84a2d47d6121f0f1 (patch) | |
| tree | c9ecddfbf5e6655eb14d001f91ac7f85a6ef410c /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | d45c6c9bbfb3e543e5b0e6bc5af4ec9f51dbac23 (diff) | |
staging: media: zoran: Remove print statement
Remove print statement following unsuccessful kmalloc. Issue found with
the following Coccinelle script:
@@
identifier e1, print;
char [] c;
@@
e1 = kmalloc(...);
if(!e1){
-print(...,c,...);
... when any
}
Signed-off-by: Nishka Dasgupta <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions