Commit 0e64dcd7 authored by Wojciech Ziemba's avatar Wojciech Ziemba Committed by Herbert Xu

crypto: qat - remove unmatched CPU affinity to cluster IRQ

This patch removes redundant CPU affinity to AE cluster IRQ.
Signed-off-by: default avatarWojciech Ziemba <wojciech.ziemba@intel.com>
Reviewed-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ba79a32a
......@@ -203,7 +203,6 @@ static void adf_free_irqs(struct adf_accel_dev *accel_dev)
}
irq = pci_irq_vector(pci_dev_info->pci_dev, clust_irq);
irq_set_affinity_hint(irq, NULL);
free_irq(irq, accel_dev);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment