Browse Source

enic: Kill unused variable in enic_rfs_flw_tbl_init().

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 11 years ago
parent
commit
f2769af94c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/cisco/enic/enic_clsf.c

+ 1 - 1
drivers/net/ethernet/cisco/enic/enic_clsf.c

@@ -117,7 +117,7 @@ void enic_rfs_flw_tbl_init(struct enic *enic)
 
 
 void enic_rfs_flw_tbl_free(struct enic *enic)
 void enic_rfs_flw_tbl_free(struct enic *enic)
 {
 {
-	int i, res;
+	int i;
 
 
 	del_timer_sync(&enic->rfs_h.rfs_may_expire);
 	del_timer_sync(&enic->rfs_h.rfs_may_expire);
 	spin_lock(&enic->rfs_h.lock);
 	spin_lock(&enic->rfs_h.lock);