diff options
| author | Aishwarya Pant <aishpant@gmail.com> | 2017-09-22 16:44:03 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-29 15:31:49 +0200 |
| commit | da9551c28c6f82795a3805f75a69d048936496df (patch) | |
| tree | b4430e66ef6437aeb17680b8d1ba1d5440ca8064 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 2169ea9b391a1200ff615c1eeeda83bb7290b5dd (diff) | |
| download | kernel-da9551c28c6f82795a3805f75a69d048936496df.tar.gz | |
staging: rtl8188eu: remove implicit bool->int conversions
Implicit type conversions are bad; they hinder readability of code and have
potential to cause bugs. Here the variable wait_ack is always supplied a bool
value while in function declarations it is defined as an int type. Fix it by
defining wait_ack a bool type in all usages.
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
