diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index cad0c0b9f..124f30dc9 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -3944,7 +3944,7 @@ int iscsi_threads_pool_get(const cpumask_t *cpu_mask, { int res; struct iscsi_thread_pool *p; - struct iscsi_thread *t, *tt; + struct iscsi_thread *t; int i, j, count; TRACE_ENTRY();