Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84412
b: refs/heads/master
c: 8144f21
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and James Bottomley committed Feb 8, 2008
1 parent 94acaf9 commit 385afe6
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: a2c6ef71364e3c7e7509d1bf0e61e8b853744190
refs/heads/master: 8144f2137b7c69055597bb644a3cb6d08ee0de77
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dc395x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4267,7 +4267,7 @@ static int __devinit adapter_sg_tables_alloc(struct AdapterCtlBlk *acb)
const unsigned srbs_per_page = PAGE_SIZE/SEGMENTX_LEN;
int srb_idx = 0;
unsigned i = 0;
struct SGentry *ptr;
struct SGentry *uninitialized_var(ptr);

for (i = 0; i < DC395x_MAX_SRB_CNT; i++)
acb->srb_array[i].segment_x = NULL;
Expand Down

0 comments on commit 385afe6

Please sign in to comment.