Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 676cecaa authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Greg Kroah-Hartman
Browse files

Staging: spectra: removes unused variable



Fix a compile warning by removing an unused variable int i.

Signed-off-by: default avatarJavier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c321da6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {