diff options
-rw-r--r-- | drivers/scsi/dc395x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c index 22ef3716e786..e351db6c0077 100644 --- a/drivers/scsi/dc395x.c +++ b/drivers/scsi/dc395x.c | |||
@@ -4267,7 +4267,7 @@ static int __devinit adapter_sg_tables_alloc(struct AdapterCtlBlk *acb) | |||
4267 | const unsigned srbs_per_page = PAGE_SIZE/SEGMENTX_LEN; | 4267 | const unsigned srbs_per_page = PAGE_SIZE/SEGMENTX_LEN; |
4268 | int srb_idx = 0; | 4268 | int srb_idx = 0; |
4269 | unsigned i = 0; | 4269 | unsigned i = 0; |
4270 | struct SGentry *ptr; | 4270 | struct SGentry *uninitialized_var(ptr); |
4271 | 4271 | ||
4272 | for (i = 0; i < DC395x_MAX_SRB_CNT; i++) | 4272 | for (i = 0; i < DC395x_MAX_SRB_CNT; i++) |
4273 | acb->srb_array[i].segment_x = NULL; | 4273 | acb->srb_array[i].segment_x = NULL; |