Skip to content

Commit 63e7cf9

Browse files
Sergei Shtylyovdavem330
authored andcommitted
pdc202xx_old: wire test_irq() method for PDC2026x
In the commit e0321fb (pdc202xx_old: implement test_irq() method (take 2)) I forgot to modify 'pdc2026x_port_ops'... :-/ Signed-off-by: Sergei Shtylyov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ec1a123 commit 63e7cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ide/pdc202xx_old.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ static const struct ide_port_ops pdc20246_port_ops = {
241241
static const struct ide_port_ops pdc2026x_port_ops = {
242242
.set_pio_mode = pdc202xx_set_pio_mode,
243243
.set_dma_mode = pdc202xx_set_mode,
244+
.test_irq = pdc202xx_test_irq,
244245
.cable_detect = pdc2026x_cable_detect,
245246
};
246247

0 commit comments

Comments
 (0)