Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7672
b: refs/heads/master
c: 12a26d0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Haverkamp authored and James Bottomley committed Aug 5, 2005
1 parent 8f1df21 commit 1a5bbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e53cb35aaefb83de695e3fd305b9cfabd5bf8c86
refs/heads/master: 12a26d0879d8a4502425037e9013b1f64ed669b7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/commctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ static int next_getadapter_fib(struct aac_dev * dev, void __user *arg)
kfree(fib->hw_fib);
kfree(fib);
status = 0;
fibctx->jiffies = jiffies/HZ;
} else {
spin_unlock_irqrestore(&dev->fib_lock, flags);
if (f.wait) {
Expand All @@ -302,6 +301,7 @@ static int next_getadapter_fib(struct aac_dev * dev, void __user *arg)
status = -EAGAIN;
}
}
fibctx->jiffies = jiffies/HZ;
return status;
}

Expand Down

0 comments on commit 1a5bbf9

Please sign in to comment.