Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98130
b: refs/heads/master
c: c1a8e39
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 15, 2008
1 parent 95c6caf commit fd7cc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 80a65fc5ee04497e6c28bdaefc44d375b19c4a79
refs/heads/master: c1a8e39819bd6797ee2b82b88517268d39921b03
3 changes: 2 additions & 1 deletion trunk/drivers/macintosh/mediabay.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@ static void media_bay_step(int i)
printk("mediabay %d, registering IDE...\n", i);
pmu_suspend();
ide_port_scan(bay->cd_port);
bay->cd_index = bay->cd_port->index;
if (bay->cd_port->present)
bay->cd_index = bay->cd_port->index;
pmu_resume();
}
if (bay->cd_index == -1) {
Expand Down

0 comments on commit fd7cc6c

Please sign in to comment.