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

Commit 23ae0978 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of kernel.lnx.4.4-170213.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1104864   I7da2484ce1f070a4545b9110e3602b4f39d7afdc   spi: spi_qsd: Use the right device for dma_unmap_single

Change-Id: Id6bf73e0fbe4154311aeaa07ecee55184df45406
CRs-Fixed: 1104864
parents 08fe59a5 3a7e7526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1118,7 +1118,7 @@ static void msm_spi_bam_unmap_buffers(struct msm_spi *dd)
	void *tx_buf, *rx_buf;
	u32  tx_len, rx_len;

	dev = &dd->spi->dev;
	dev = dd->dev;
	xfr = dd->cur_transfer;

	tx_buf = (void *)xfr->tx_buf;