Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199908
b: refs/heads/master
c: 713b686
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Jens Axboe committed Jun 1, 2010
1 parent c2100a7 commit a6a9782
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: 099c5c310e9744bd0654881bb55c137051228e56
refs/heads/master: 713b686494a577b3c4f4f9f585a4705fc30d51c2
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ scsi_cmd_free(ctlr_info_t *h, CommandList_struct *cmd)

sa = h->scsi_ctlr;
stk = &sa->cmd_stack;
stk->top++;
if (stk->top >= CMD_STACK_SIZE) {
printk("cciss: scsi_cmd_free called too many times.\n");
BUG();
}
stk->top++;
stk->elem[stk->top] = (struct cciss_scsi_cmd_stack_elem_t *) cmd;
}

Expand Down

0 comments on commit a6a9782

Please sign in to comment.