Staging: spectra: removes unused variable
Fix a compile warning by removing an unused variable int i. Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c321da6dc5
commit
676cecaadd
|
@ -775,7 +775,7 @@ static void dump_cache_l2_table(void)
|
|||
{
|
||||
struct list_head *p;
|
||||
struct spectra_l2_cache_list *pnd;
|
||||
int n, i;
|
||||
int n;
|
||||
|
||||
n = 0;
|
||||
list_for_each(p, &cache_l2.table.list) {
|
||||
|
|
Loading…
Reference in New Issue