diff options
Diffstat (limited to 'drivers/dma/intel_mid_dma.c')
-rw-r--r-- | drivers/dma/intel_mid_dma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/intel_mid_dma.c b/drivers/dma/intel_mid_dma.c index 338bc4eed1f3..da8b7f161cdb 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 | */ |
1066 | static int mid_setup_dma(struct pci_dev *pdev) | 1066 | static int mid_setup_dma(struct pci_dev *pdev) |
1067 | { | 1067 | { |
@@ -1219,7 +1219,7 @@ static void middma_shutdown(struct pci_dev *pdev) | |||
1219 | * @pdev: Controller PCI device structure | 1219 | * @pdev: Controller PCI device structure |
1220 | * @id: pci device id structure | 1220 | * @id: pci device id structure |
1221 | * | 1221 | * |
1222 | * Initilize the PCI device, map BARs, query driver data. | 1222 | * Initialize the PCI device, map BARs, query driver data. |
1223 | * Call setup_dma to complete contoller and chan initilzation | 1223 | * Call setup_dma to complete contoller and chan initilzation |
1224 | */ | 1224 | */ |
1225 | static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, | 1225 | static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, |