Skip to content
Commit fa303270 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

i40e: fix build warning in ice_fltr_add_mac_to_list()

Not upstream as this was fixed in a much larger change in commit
5e24d598

 ("ice: Use int for ice_status")

The function ice_fltr_add_mac_to_list() has the wrong prototype match
from the .h file to the .c declaration, so fix it up, otherwise gcc-13
complains (rightfully) that the type is incorrect.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15ca8d58
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