Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242925
b: refs/heads/master
c: 1ddd504
h: refs/heads/master
i:
  242923: 4371843
v: v3
  • Loading branch information
Bud Brown authored and Jens Axboe committed Mar 23, 2011
1 parent 2672dec commit ea34d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f0ff1357ce391265edbf844792da7da9a694f4bd
refs/heads/master: 1ddd5049545e0aa1a0ed19bca4d9c9c3ce1ac8a2
1 change: 1 addition & 0 deletions trunk/drivers/block/cciss.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c)
h->ctlr, c->busaddr);
#endif /* CCISS_DEBUG */
writel(c->busaddr, h->vaddr + SA5_REQUEST_PORT_OFFSET);
readl(h->vaddr + SA5_REQUEST_PORT_OFFSET);
h->commands_outstanding++;
if ( h->commands_outstanding > h->max_outstanding)
h->max_outstanding = h->commands_outstanding;
Expand Down

0 comments on commit ea34d8d

Please sign in to comment.