Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3892
b: refs/heads/master
c: a77e336
h: refs/heads/master
v: v3
  • Loading branch information
KAMBAROV, ZAUR authored and Linus Torvalds committed Jun 29, 2005
1 parent 78cbe74 commit 1fd46ba
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: a8f5034540195307362d071a8b387226b410469f
refs/heads/master: a77e3362a224212d9d3b9e6fdec44df2eef6cf92
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static void scsi_free_sgtable(struct scatterlist *sgl, int index)
{
struct scsi_host_sg_pool *sgp;

BUG_ON(index > SG_MEMPOOL_NR);
BUG_ON(index >= SG_MEMPOOL_NR);

sgp = scsi_sg_pools + index;
mempool_free(sgl, sgp->pool);
Expand Down

0 comments on commit 1fd46ba

Please sign in to comment.