2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-03 19:24:02 +08:00

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:
Javier Martinez Canillas 2010-07-17 16:42:19 -04:00 committed by Greg Kroah-Hartman
parent c321da6dc5
commit 676cecaadd

View File

@ -775,7 +775,7 @@ static void dump_cache_l2_table(void)
{ {
struct list_head *p; struct list_head *p;
struct spectra_l2_cache_list *pnd; struct spectra_l2_cache_list *pnd;
int n, i; int n;
n = 0; n = 0;
list_for_each(p, &cache_l2.table.list) { list_for_each(p, &cache_l2.table.list) {