aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/intel_mid_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/intel_mid_dma.c')
-rw-r--r--drivers/dma/intel_mid_dma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/intel_mid_dma.c b/drivers/dma/intel_mid_dma.c
index 3109bd94bc4f..78266382797e 100644
--- a/drivers/dma/intel_mid_dma.c
+++ b/drivers/dma/intel_mid_dma.c
@@ -1060,8 +1060,8 @@ static irqreturn_t intel_mid_dma_interrupt2(int irq, void *data)
1060 * mid_setup_dma - Setup the DMA controller 1060 * mid_setup_dma - Setup the DMA controller
1061 * @pdev: Controller PCI device structure 1061 * @pdev: Controller PCI device structure
1062 * 1062 *
1063 * Initilize the DMA controller, channels, registers with DMA engine, 1063 * Initialize the DMA controller, channels, registers with DMA engine,
1064 * ISR. Initilize DMA controller channels. 1064 * ISR. Initialize DMA controller channels.
1065 */ 1065 */
1066static int mid_setup_dma(struct pci_dev *pdev) 1066static int mid_setup_dma(struct pci_dev *pdev)
1067{ 1067{
@@ -1217,7 +1217,7 @@ static void middma_shutdown(struct pci_dev *pdev)
1217 * @pdev: Controller PCI device structure 1217 * @pdev: Controller PCI device structure
1218 * @id: pci device id structure 1218 * @id: pci device id structure
1219 * 1219 *
1220 * Initilize the PCI device, map BARs, query driver data. 1220 * Initialize the PCI device, map BARs, query driver data.
1221 * Call setup_dma to complete contoller and chan initilzation 1221 * Call setup_dma to complete contoller and chan initilzation
1222 */ 1222 */
1223static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, 1223static int __devinit intel_mid_dma_probe(struct pci_dev *pdev,