aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/falconide.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/legacy/falconide.c')
-rw-r--r--drivers/ide/legacy/falconide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/falconide.c b/drivers/ide/legacy/falconide.c
index e950afa5939c..b88a3c192d84 100644
--- a/drivers/ide/legacy/falconide.c
+++ b/drivers/ide/legacy/falconide.c
@@ -76,7 +76,7 @@ static int __init falconide_init(void)
76 76
77 falconide_setup_ports(&hw); 77 falconide_setup_ports(&hw);
78 78
79 hwif = ide_find_port(hw.io_ports[IDE_DATA_OFFSET]); 79 hwif = ide_find_port();
80 if (hwif) { 80 if (hwif) {
81 u8 index = hwif->index; 81 u8 index = hwif->index;
82 u8 idx[4] = { index, 0xff, 0xff, 0xff }; 82 u8 idx[4] = { index, 0xff, 0xff, 0xff };