Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82554
b: refs/heads/master
c: ead741d
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 2, 2008
1 parent c817341 commit 81842e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2244e850632f82466d7c041546326c7055fc7159
refs/heads/master: ead741df385607ab74876afdb05fd8ac27da9906
4 changes: 1 addition & 3 deletions trunk/drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,8 @@ int ide_register_hw(hw_regs_t *hw, void (*quirkproc)(ide_drive_t *),
found:
if (hwif->present)
ide_unregister(index);
else if (!hwif->hold) {
else if (!hwif->hold)
ide_init_port_data(hwif, index);
init_hwif_default(hwif, index);
}

ide_init_port_hw(hwif, hw);
hwif->quirkproc = quirkproc;
Expand Down

0 comments on commit 81842e5

Please sign in to comment.