aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cpqarray.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-10-15 11:02:15 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-10-16 09:59:55 +0200
commit87ad90016483f7f112021c7c82d3d72e682324f6 (patch)
treec6ab50ceae0297813e4b2b867a3e0267c45d15cd /drivers/block/cpqarray.c
parentbsg: mark struct file_operations const (diff)
downloadlinux-dev-87ad90016483f7f112021c7c82d3d72e682324f6.tar.xz
linux-dev-87ad90016483f7f112021c7c82d3d72e682324f6.zip
drivers/block/cpqarray,cciss: kill unused var
The recent bio work and subsequent fixups created unused variables. Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/cpqarray.c')
-rw-r--r--drivers/block/cpqarray.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c
index 3853c9a38d6a..568603d3043e 100644
--- a/drivers/block/cpqarray.c
+++ b/drivers/block/cpqarray.c
@@ -981,9 +981,8 @@ static void start_io(ctlr_info_t *h)
static inline void complete_buffers(struct bio *bio, int ok)
{
struct bio *xbh;
- while(bio) {
- int nr_sectors = bio_sectors(bio);
+ while (bio) {
xbh = bio->bi_next;
bio->bi_next = NULL;