diff options
author | Tudor Ambarus <[email protected]> | 2023-05-09 19:39:00 +0000 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-05-26 19:40:32 +0200 |
commit | 420c4495b5e56cc11e6802ce98400544f698b393 (patch) | |
tree | 1d4db43b0b0451895a957ad7ad7879c1077e6f5a /tools/testing/selftests/net/lib/py/utils.py | |
parent | 44c026a73be8038f03dbdeef028b642880cf1511 (diff) |
mtd: spi-nor: spansion: make sure local struct does not contain garbage
Following errors were seen with um-x86_64-gcc12/um-allyesconfig:
+ /kisskb/src/drivers/mtd/spi-nor/spansion.c: error: 'op' is used uninitialized [-Werror=uninitialized]: => 495:27, 364:27
Initialise local struct spi_mem_op with all zeros at declaration in
order to avoid using garbage data for fields that are not explicitly
set afterwards.
Reported-by: Geert Uytterhoeven <[email protected]>
Fixes: c87c9b11c53ce ("mtd: spi-nor: spansion: Determine current address mode")
Fixes: 6afcc84080c41 ("mtd: spi-nor: spansion: Add support for Infineon S25FS256T")
Signed-off-by: Tudor Ambarus <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/testing/selftests/net/lib/py/utils.py')
0 files changed, 0 insertions, 0 deletions