Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302449
b: refs/heads/master
c: 7155250
h: refs/heads/master
i:
  302447: e64a9df
v: v3
  • Loading branch information
Tomas Henzl authored and James Bottomley committed Apr 23, 2012
1 parent 674e1cc commit bd74b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72d9e0f383c2b7a2e2fe4442577319bae0686f40
refs/heads/master: 715525057423eeb6308d2c605ae9ec8325e43858
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/aacraid/src.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ static int aac_src_deliver_message(struct fib *fib)
static int aac_src_ioremap(struct aac_dev *dev, u32 size)
{
if (!size) {
iounmap(dev->regs.src.bar1);
dev->regs.src.bar1 = NULL;
iounmap(dev->regs.src.bar0);
dev->base = dev->regs.src.bar0 = NULL;
return 0;
Expand Down

0 comments on commit bd74b1a

Please sign in to comment.