diff options
author | Kent Gibson <warthog618@gmail.com> | 2021-11-08 04:28:50 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-11-15 16:27:50 +0300 |
commit | c472d71be0be0f0ca0fbb794dce83bd76623ee2f (patch) | |
tree | a55835926f52f6871ea3a334edc6389333e72db3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 92a59d7f381d2caf69385bfa00590028e32eea26 (diff) | |
download | linux-c472d71be0be0f0ca0fbb794dce83bd76623ee2f.tar.xz |
selftests: gpio: fix uninitialised variable warning
When compiled with -Wall gpio-mockup-cdev.c reports an uninitialised
variable warning. This is a false positive, as the variable is ignored
in the case it is uninitialised, but initialise the variable anyway
to remove the warning.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions