diff options
-rw-r--r-- | drivers/crypto/qat/qat_common/adf_aer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_aer.c b/drivers/crypto/qat/qat_common/adf_aer.c index c29d4c3926bf..10ce4a2854ab 100644 --- a/drivers/crypto/qat/qat_common/adf_aer.c +++ b/drivers/crypto/qat/qat_common/adf_aer.c | |||
@@ -90,7 +90,7 @@ static void adf_dev_restore(struct adf_accel_dev *accel_dev) | |||
90 | uint16_t ppdstat = 0, bridge_ctl = 0; | 90 | uint16_t ppdstat = 0, bridge_ctl = 0; |
91 | int pending = 0; | 91 | int pending = 0; |
92 | 92 | ||
93 | pr_info("QAT: Reseting device qat_dev%d\n", accel_dev->accel_id); | 93 | pr_info("QAT: Resetting device qat_dev%d\n", accel_dev->accel_id); |
94 | pci_read_config_word(pdev, PPDSTAT_OFFSET, &ppdstat); | 94 | pci_read_config_word(pdev, PPDSTAT_OFFSET, &ppdstat); |
95 | pending = ppdstat & PCI_EXP_DEVSTA_TRPND; | 95 | pending = ppdstat & PCI_EXP_DEVSTA_TRPND; |
96 | if (pending) { | 96 | if (pending) { |