提交 80175f93 编写于 作者: V Vince Bridgers 提交者: David S. Miller

Altera TSE: Correct two typos in original submission

This patch addresses two typos in the original driver submission. One derived
from a cut & paste error, and another is a misspelling.
Signed-off-by: NVince Bridgers <vbridgers2013@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a804ad0e
......@@ -84,8 +84,8 @@ int sgdma_initialize(struct altera_tse_private *priv)
return -EINVAL;
}
priv->txdescphys = dma_map_single(priv->device, priv->rx_dma_desc,
priv->rxdescmem, DMA_TO_DEVICE);
priv->txdescphys = dma_map_single(priv->device, priv->tx_dma_desc,
priv->txdescmem, DMA_TO_DEVICE);
if (dma_mapping_error(priv->device, priv->txdescphys)) {
sgdma_uninitialize(priv);
......@@ -340,7 +340,7 @@ static int sgdma_async_read(struct altera_tse_private *priv)
/* clear control and status */
iowrite32(0, &csr->control);
/* If statuc available, clear those bits */
/* If status available, clear those bits */
if (sts & 0xf)
iowrite32(0xf, &csr->status);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册