diff options
author | Alan Brady <alan.brady@intel.com> | 2024-02-22 11:04:41 -0800 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2024-03-04 09:50:05 -0800 |
commit | 6009e63c57c9cee216c5f8d415a2f88353abc0a4 (patch) | |
tree | c7432ab0dc5a1f34c4b0c003971aeceb7dd023e9 /drivers/net/phy/ax88796b_rust.rs | |
parent | 4f5126a075c415044d36e9e6948a8a3a43e97ad0 (diff) |
idpf: remove dealloc vector msg err in idpf_intr_rel
This error message is at best not really helpful and at worst
misleading. If we're here in idpf_intr_rel we're likely trying to do
remove or reset. If we're in reset, this message will fail because we
lose the virtchnl on reset and HW is going to clean up those resources
regardless in that case. If we're in remove and we get an error here,
we're going to reset the device at the end of remove anyway so not a big
deal. Just remove this message it's not useful.
Tested-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Alan Brady <alan.brady@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/phy/ax88796b_rust.rs')
0 files changed, 0 insertions, 0 deletions