RE: [2.6 patch] drivers/block/cpqarray.c: remove an unused variable

From: Miller, Mike (OS Dev)
Date: Tue Jul 11 2006 - 11:28:30 EST




> -----Original Message-----
> From: Adrian Bunk [mailto:bunk@xxxxxxxxx]
> Sent: Tuesday, July 11, 2006 9:16 AM
> To: Andrew Morton
> Cc: chirag.kantharia@xxxxxx; ISS StorageDev;
> linux-kernel@xxxxxxxxxxxxxxx
> Subject: [2.6 patch] drivers/block/cpqarray.c: remove an
> unused variable
>
> This patch removes a no longer used variable.
>
> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

Acked-by: Mike Miller <mike.miller@xxxxxx>

>
> ---
>
> This patch was already sent on:
> - 8 Jul 2006
>
> --- linux-2.6.17-mm6-full/drivers/block/cpqarray.c.old
> 2006-07-06 23:56:36.000000000 +0200
> +++ linux-2.6.17-mm6-full/drivers/block/cpqarray.c
> 2006-07-06 23:56:15.000000000 +0200
> @@ -1739,8 +1739,6 @@
> (log_index < id_ctlr_buf->nr_drvs)
> && (log_unit < NWD);
> log_unit++) {
> - struct gendisk *disk = ida_gendisk[ctlr][log_unit];
> -
> size = sizeof(sense_log_drv_stat_t);
>
> /*
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/