mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:40:53 +07:00
sata_dwc_460ex: indent an if statement
We shuffled some code around in 8b3444852a
('sata_dwc_460ex: move to
generic DMA driver') an accidentally deleted a tab character here. It
causes a Smatch warning "if statement not indented".
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
255c03d15a
commit
8d5fe8d5ed
@ -295,7 +295,7 @@ static void dma_dwc_xfer_done(void *hsdev_instance)
|
||||
}
|
||||
|
||||
if ((hsdevp->dma_interrupt_count % 2) == 0)
|
||||
sata_dwc_dma_xfer_complete(ap, 1);
|
||||
sata_dwc_dma_xfer_complete(ap, 1);
|
||||
|
||||
spin_unlock_irqrestore(&host->lock, flags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user