Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20034
b: refs/heads/master
c: 7be7cbf
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent cc98c90 commit 47e40b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3ba9d91208a71947b69d52e3ca2142306457d816
refs/heads/master: 7be7cbf684b372abaa8d6723eabedfa6ad79ee43
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/mac53c94.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@ static int mac53c94_remove(struct macio_dev *mdev)
free_irq(fp->intr, fp);

if (fp->regs)
iounmap((void *) fp->regs);
iounmap(fp->regs);
if (fp->dma)
iounmap((void *) fp->dma);
iounmap(fp->dma);
kfree(fp->dma_cmd_space);

scsi_host_put(host);
Expand Down

0 comments on commit 47e40b5

Please sign in to comment.