diff options
| author | Tomas Winkler <[email protected]> | 2011-03-03 00:10:51 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2011-03-07 13:24:04 -0800 |
| commit | 6888393c43c95a40d551989e89cbf572423619e6 (patch) | |
| tree | 552fd21ec3c653ff4ca0a86be70cd5e5fe4155f7 /tools/perf/scripts/python | |
| parent | febd32bcfd09aeb543b229fd2896814a26d74d20 (diff) | |
staging/easycap: convert comparison to NULL into boolean
convert if (NULL != ptr) to if (ptr)
convert if (NULL == ptr) to if (!ptr)
Cc: Mike Thomas <[email protected]>
Signed-off-by: Tomas Winkler <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions