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

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

Merge "spi_qsd: Remove duplicate Free Chip Select GPIO"

parents 39b231e0 812a8fe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1753,9 +1753,9 @@ static void msm_spi_process_message(struct msm_spi *dd)
		dd->num_xfrs_grped = 1;
		msm_spi_process_transfer(dd);
	}
	return;
error:
	msm_spi_free_cs_gpio(dd);
	return;
}

/**