diff --git a/drivers/spi/spi-tegra210-quad.c b/drivers/spi/spi-tegra210-quad.c index a49543a6..b33ec61b 100644 --- a/drivers/spi/spi-tegra210-quad.c +++ b/drivers/spi/spi-tegra210-quad.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only // -// Copyright (C) 2020 NVIDIA CORPORATION. +// Copyright (C) 2020-2023 NVIDIA CORPORATION. #include #include @@ -1122,6 +1122,7 @@ static int tegra_qspi_combined_seq_xfer(struct tegra_qspi *tqspi, break; } else { transfer_phase++; + fallthrough; } case DATA_TRANSFER: /* Program Command, Address value in register */