commit | a37d634c144b7848a4573f1e5e02fbf6c5dd6919 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Mar 27 15:33:09 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 16:23:51 2025 -0600 |
tree | 53eeed4876e4742313033ee8e7de735afb7d8653 | |
parent | 2e295172d3a00af6306cc9227b0b7ff98d4c3fc3 [diff] |
mtd: spi-nor-tiny: annotate switch/case fallthrough The SPI NOR code uses an implicit switch/case fallthrough when checking different vendors to determine how to deal with extended addressig modes. Add our "fallthrough;" statement-like macro before some label in the 4-byte addressing mode code, to avoid a warning when GCC's -Wimplicit-fallthrough warning option is enabled. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>