On 6/26/2024 1:42 PM, Anatoly Burakov wrote:
The driver checks the netlist for nodes indicating hardware support using
functions named "ice_is_<feature>_present" sometimes with an additional _e810t
postfix. These functions check the contents of the netlist, and don't make any
direct device ID check.
When upstreaming the functions to Linux, the name was changed to use the form
"ice_is_<feature>_in_netlist" and removed all the device postfixes. Rename this
function to match, as well as update code style.
Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com>
Signed-off-by: Ian Stokes <ian.sto...@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
---
The patch has accidentally been submitted with incorrect authorship
information, please amend on apply to being authored by Jacob Keller
(from first signoff line).
--
Thanks,
Anatoly