commit | e009b2efb7a8850498796b360043ac25c8d3d28f | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Wed Jan 03 16:59:24 2024 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 04 11:09:59 2024 +0000 |
tree | 797fa44552b3792da3a253375775954f30672c85 | |
parent | 9039cd4c61635b2d541009a7cd5e2cc052402f28 [diff] |
bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() The 2 lines to check for the BNXT_HWRM_PF_UNLOAD_SP_EVENT bit was mis-applied to bnxt_cfg_ntp_filters() and should have been applied to bnxt_sp_task(). Fixes: 19241368443f ("bnxt_en: Send PF driver unload notification to all VFs.") Reviewed-by: Andy Gospodarek <andrew.gospodarek@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>