aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2022-07-04 13:55:40 +0300
committerMaxime Ripard <[email protected]>2022-07-08 13:41:28 +0200
commit7d1202738efda60155d98b370b3c70d336be0eea (patch)
tree807e5af2caf60217e840aa522cd62b9d87157e1d /tools/perf/scripts/python/export-to-postgresql.py
parent9c442b7aabb3953d3bbd156dc68a16cec60d3bff (diff)
drm/bridge: Avoid uninitialized variable warning
This code works, but technically it uses "num_in_bus_fmts" before it has been initialized so it leads to static checker warnings and probably KMEMsan warnings at run time. Initialize the variable to zero to silence the warning. Fixes: f32df58acc68 ("drm/bridge: Add the necessary bits to support bus format negotiation") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/YrrIs3hoGcPVmXc5@kili
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions