Re: [PATCH v5 11/15] spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
From: Brad Larson <hidden>
Date: 2022-07-03 21:09:23
Also in:
linux-arm-kernel, linux-mmc, lkml
From: Brad Larson <hidden>
Date: 2022-07-03 21:09:23
Also in:
linux-arm-kernel, linux-mmc, lkml
Hi Mark, On Tue, Jun 14, 2022 at 5:01 AM Mark Brown [off-list ref] wrote:
On Mon, Jun 13, 2022 at 12:56:54PM -0700, Brad Larson wrote:quoted
+ /* + * If a hazard exists between the APB and AHB interfaces, perform a + * dummy readback from the controller to ensure synchronization. + */ + if (cqspi->apb_ahb_hazard) + (void)readl(reg_base + CQSPI_REG_INDIRECTWR);You shouldn't need the cast here.
Removed (void) cast Regards, Brad