mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
[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:
parent
60198f9992
commit
cccedb1a4a
@ -1739,8 +1739,6 @@ static void getgeometry(int ctlr)
|
||||
(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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user