[PATCH] drivers/block/cpqarray.c: remove an unused variable
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Mike Miller <mike.miller@hp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
60198f9992
commit
cccedb1a4a
@@ -1739,8 +1739,6 @@ static void getgeometry(int ctlr)
|
|||||||
(log_index < id_ctlr_buf->nr_drvs)
|
(log_index < id_ctlr_buf->nr_drvs)
|
||||||
&& (log_unit < NWD);
|
&& (log_unit < NWD);
|
||||||
log_unit++) {
|
log_unit++) {
|
||||||
struct gendisk *disk = ida_gendisk[ctlr][log_unit];
|
|
||||||
|
|
||||||
size = sizeof(sense_log_drv_stat_t);
|
size = sizeof(sense_log_drv_stat_t);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user