Commit f2769af9 authored by David S. Miller's avatar David S. Miller

enic: Kill unused variable in enic_rfs_flw_tbl_init().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bb05ea7e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment