Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82145
b: refs/heads/master
c: fadd11c
h: refs/heads/master
i:
  82143: 24b94cc
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent 913d83a commit 2241257
Show file tree
Hide file tree
Showing 3 changed files with 4 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: ed908fa1d037d780ebd04a412693bf3fc9c3a8fe
refs/heads/master: fadd11c71b5a100fb7560b84a6272b8883082726
4 changes: 2 additions & 2 deletions trunk/drivers/ide/arm/rapide.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ static void __devexit rapide_remove(struct expansion_card *ec)

ecard_set_drvdata(ec, NULL);

/* there must be a better way */
ide_unregister(hwif - ide_hwifs);
ide_unregister(hwif->index);

ecard_release_resources(ec);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/mips/au1xxx-ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static int au_ide_remove(struct device *dev)
ide_hwif_t *hwif = dev_get_drvdata(dev);
_auide_hwif *ahwif = &auide_hwif;

ide_unregister(hwif - ide_hwifs);
ide_unregister(hwif->index);

iounmap((void *)ahwif->regbase);

Expand Down

0 comments on commit 2241257

Please sign in to comment.