diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2023-11-24 11:27:32 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2024-01-19 18:32:22 +0300 |
commit | 92b47c3b8b242a1f1b73d5c1181d5b678ac1382b (patch) | |
tree | 93d9e5e4d5ed0dc9343255c509151a1eae1b2bfd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 94501c3ca6400e463ff6cc0c9cf4a2feb6a9205d (diff) | |
download | linux-92b47c3b8b242a1f1b73d5c1181d5b678ac1382b.tar.xz |
drm/i915: Replace a memset() with zero initialization
Declaring a struct and immediately zeroing it with memset()
seems a bit silly to me. Just zero initialize the struct
when declaring it.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231124082735.25470-2-ville.syrjala@linux.intel.com
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions