staging: kpc2000: fix incorrect code comment in core.c
Step 11 was removed from kp2000_pcie_probe in a previous commit but the comment was not changed to reflect this, so do it now. Signed-off-by: Simon Sandström <simon@nikanor.nu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a1ceab8b92
commit
c1c7830cc7
@ -501,7 +501,7 @@ static int kp2000_pcie_probe(struct pci_dev *pdev,
|
||||
goto out10;
|
||||
|
||||
/*
|
||||
* Step 12: Enable IRQs in HW
|
||||
* Step 11: Enable IRQs in HW
|
||||
*/
|
||||
writel(KPC_DMA_CARD_IRQ_ENABLE | KPC_DMA_CARD_USER_INTERRUPT_MODE,
|
||||
pcard->dma_common_regs);
|
||||
|
Loading…
Reference in New Issue
Block a user