mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
crypto: qat - remove unmatched CPU affinity to cluster IRQ
This patch removes redundant CPU affinity to AE cluster IRQ. Signed-off-by: Wojciech Ziemba <wojciech.ziemba@intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ba79a32acf
commit
0e64dcd7c9
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user