iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
authorAlexey Kodanev <aleksei.kodanev@bell-sw.com>
Mon, 26 Feb 2024 13:21:02 +0000 (13:21 +0000)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 6 Mar 2024 17:32:58 +0000 (09:32 -0800)
commitc49172f7a8cf0afd94aec04a6db6145e6360547d
treea5bf665a28109238fd1d2429dd1d52342d9e4d2e
parenteeb78df4063c0b162324a9408ef573b24791871f
iavf: drop duplicate iavf_{add|del}_cloud_filter() calls

There are currently two pairs of identical checks and calls
to iavf_{add|del}_cloud_filter().

Detected using the static analysis tool - Svace.

Signed-off-by: Alexey Kodanev <aleksei.kodanev@bell-sw.com>
Reviewed-by: Ahmed Zaki <ahmed.zaki@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/iavf/iavf_main.c