forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/ethernet/intel/ice/ice_fltr.c
....@@ -128,7 +128,7 @@
128128 * @mac: MAC address to add
129129 * @action: filter action
130130 */
131
-int
131
+enum ice_status
132132 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list,
133133 const u8 *mac, enum ice_sw_fwd_act_type action)
134134 {