diff options
author | Tomi Valkeinen <[email protected]> | 2023-08-03 14:15:46 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2023-08-14 20:27:58 +0200 |
commit | 1cf8ddccbdf50f279e8715ea0ddbc0802dcfe7e7 (patch) | |
tree | b09c563815794a218f2d4d122f5a95279c2cef24 /scripts/generate_rust_analyzer.py | |
parent | ea90034e8fc021568893101f490351529c9ea117 (diff) |
media: i2c: ds90ub953: Fix use of uninitialized variables
smatch reports some uninitialized variables:
drivers/media/i2c/ds90ub953.c:655 ub953_log_status() error: uninitialized symbol 'gpio_local_data'.
drivers/media/i2c/ds90ub953.c:655 ub953_log_status() error: uninitialized symbol 'gpio_input_ctrl'.
drivers/media/i2c/ds90ub953.c:655 ub953_log_status() error: uninitialized symbol 'gpio_pin_sts'.
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/[email protected]/
Fixes: 6363db1c9d45 ("media: i2c: add DS90UB953 driver")
Reported-by: Hans Verkuil <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions