net: openswitch: reuse the helper variable to improve the code readablity
authorZeng Tao <prime.zeng@hisilicon.com>
Fri, 18 Sep 2020 07:14:30 +0000 (15:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2020 21:24:08 +0000 (14:24 -0700)
commit7b066d173b6de76153396162085382f35010f7b4
treef3bcc8b782843930e2951e1c14932662a41ca946
parent3753d9779038ab011e01b949253492aaa37bf57a
net: openswitch: reuse the helper variable to improve the code readablity

In the function ovs_ct_limit_exit, there is already a helper vaibale
which could be reused to improve the readability, so i fix it in this
patch.

Signed-off-by: Zeng Tao <prime.zeng@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/conntrack.c