diff options
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index a895228f3d70..3fb7e8bc436d 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2569,6 +2569,7 @@ static void do_cciss_request(struct request_queue *q) | |||
2569 | (int)creq->nr_sectors); | 2569 | (int)creq->nr_sectors); |
2570 | #endif /* CCISS_DEBUG */ | 2570 | #endif /* CCISS_DEBUG */ |
2571 | 2571 | ||
2572 | memset(tmp_sg, 0, sizeof(tmp_sg)); | ||
2572 | seg = blk_rq_map_sg(q, creq, tmp_sg); | 2573 | seg = blk_rq_map_sg(q, creq, tmp_sg); |
2573 | 2574 | ||
2574 | /* get the DMA records for the setup */ | 2575 | /* get the DMA records for the setup */ |