diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-01-09 05:55:34 -1000 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-01-09 05:55:34 -1000 |
| commit | 77d4c5da97ceb5f9bf9993a36b5fb453616412e8 (patch) | |
| tree | 5beb0d19fa854091bf77f227b2408cd0f49e5120 | |
| parent | 623fb9912f6af600cda3b6bd166ac738c1115ef4 (diff) | |
| parent | 961ac9d97be72267255f1ed841aabf6694b17454 (diff) | |
Merge tag 'v6.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu:
- Fix duplicate restart messages in qat
* tag 'v6.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: qat - fix duplicate restarting msg during AER error
| -rw-r--r-- | drivers/crypto/intel/qat/qat_common/adf_aer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/intel/qat/qat_common/adf_aer.c b/drivers/crypto/intel/qat/qat_common/adf_aer.c index 11728cf32653..a5964fd8204c 100644 --- a/drivers/crypto/intel/qat/qat_common/adf_aer.c +++ b/drivers/crypto/intel/qat/qat_common/adf_aer.c @@ -41,8 +41,6 @@ static pci_ers_result_t adf_error_detected(struct pci_dev *pdev, adf_error_notifier(accel_dev); adf_pf2vf_notify_fatal_error(accel_dev); adf_dev_restarting_notify(accel_dev); - adf_pf2vf_notify_restarting(accel_dev); - adf_pf2vf_wait_for_restarting_complete(accel_dev); pci_clear_master(pdev); adf_dev_down(accel_dev); |
