summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-08-03 15:15:45 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-08-14 21:27:58 +0300
commitea90034e8fc021568893101f490351529c9ea117 (patch)
tree34a82e9eb83c3963c1e22071d1107050ac320d68 /tools/perf/scripts/python/export-to-postgresql.py
parentb8e277b1dbe66262615c57f2eb2ecdd5d1bd9054 (diff)
downloadlinux-ea90034e8fc021568893101f490351529c9ea117.tar.xz
media: i2c: ds90ub913: Fix use of uninitialized variables
smatch reports some uninitialized variables: drivers/media/i2c/ds90ub913.c:481 ub913_log_status() error: uninitialized symbol 'v1'. drivers/media/i2c/ds90ub913.c:481 ub913_log_status() error: uninitialized symbol 'v2'. These are used only for printing debug information, and the use of an uninitialized variable only happens if an i2c transaction has failed, which will print an error. Thus, fix the errors just by initializing the variables to 0. Closes: https://lore.kernel.org/all/8d6daeb1-b62a-bbb2-b840-8759c84f2085@xs4all.nl/ Fixes: c158d0d4ff15 ("media: i2c: add DS90UB913 driver") Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions