staging: mt7621-dma: Fix Pointer Location
Fixes checkpatch error: POINTER_LOCATION Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b90a6e10f1
commit
c91034b21d
|
@ -462,7 +462,7 @@ static void mtk_hsdma_issue_pending(struct dma_chan *c)
|
|||
spin_unlock_bh(&chan->vchan.lock);
|
||||
}
|
||||
|
||||
static struct dma_async_tx_descriptor * mtk_hsdma_prep_dma_memcpy(
|
||||
static struct dma_async_tx_descriptor *mtk_hsdma_prep_dma_memcpy(
|
||||
struct dma_chan *c, dma_addr_t dest, dma_addr_t src,
|
||||
size_t len, unsigned long flags)
|
||||
{
|
||||
|
|
|
@ -569,7 +569,7 @@ free_desc:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static struct dma_async_tx_descriptor * gdma_dma_prep_dma_memcpy(
|
||||
static struct dma_async_tx_descriptor *gdma_dma_prep_dma_memcpy(
|
||||
struct dma_chan *c, dma_addr_t dest, dma_addr_t src,
|
||||
size_t len, unsigned long flags)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue