mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
mmc: wbsd: Remove stray kunmap_atomic()
There was one kunmap_atomic() left over from
4a0ddbd25a
that was causing
crashes.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
acf1da4522
commit
abc71668b5
@ -343,7 +343,6 @@ static inline void wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data)
|
||||
memcpy(sgbuf, dmabuf, size);
|
||||
else
|
||||
memcpy(sgbuf, dmabuf, sg[i].length);
|
||||
kunmap_atomic(sgbuf, KM_BIO_SRC_IRQ);
|
||||
dmabuf += sg[i].length;
|
||||
|
||||
if (size < sg[i].length)
|
||||
|
Loading…
Reference in New Issue
Block a user