Skip to content

Commit

Permalink
enic: Kill unused variable in enic_rfs_flw_tbl_init().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 23, 2014
1 parent bb05ea7 commit f2769af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cisco/enic/enic_clsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void enic_rfs_flw_tbl_init(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);
spin_lock(&enic->rfs_h.lock);
Expand Down

0 comments on commit f2769af

Please sign in to comment.