提交 abc71668 编写于 作者: P Pierre Ossman

mmc: wbsd: Remove stray kunmap_atomic()

There was one kunmap_atomic() left over from
4a0ddbd2 that was causing
crashes.
Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
上级 acf1da45
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册