Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24f165a6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd-spi: initialize local variable 'status'"

parents 6d61dadc e908ba91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ static int wcd_spi_cmd_rdsr(struct spi_device *spi,
	struct spi_transfer *tx_xfer = &wcd_spi->xfer2[0];
	struct spi_transfer *rx_xfer = &wcd_spi->xfer2[1];
	u8 rdsr_cmd;
	u32 status;
	u32 status = 0;
	int ret;

	rdsr_cmd = WCD_SPI_CMD_RDSR;