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:
Simon Sandström 2019-06-04 00:29:16 +02:00 committed by Greg Kroah-Hartman
parent a1ceab8b92
commit c1c7830cc7
1 changed files with 1 additions and 1 deletions

View File

@ -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);