diff options
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index 4a668d51965d..b7e872e29f9c 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -737,6 +737,7 @@ found: | |||
737 | hwif->fixup = fixup; | 737 | hwif->fixup = fixup; |
738 | hwif->chipset = hw->chipset; | 738 | hwif->chipset = hw->chipset; |
739 | hwif->gendev.parent = hw->dev; | 739 | hwif->gendev.parent = hw->dev; |
740 | hwif->ack_intr = hw->ack_intr; | ||
740 | 741 | ||
741 | if (initializing == 0) { | 742 | if (initializing == 0) { |
742 | u8 idx[4] = { index, 0xff, 0xff, 0xff }; | 743 | u8 idx[4] = { index, 0xff, 0xff, 0xff }; |