Skip to content

Commit

Permalink
Staging: spectra: removes unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent c321da6 commit 676ceca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/spectra/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 676ceca

Please sign in to comment.