We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62657 commit 0edeb89Copy full SHA for 0edeb89
drivers/misc/cardreader/rtsx_pcr.c
@@ -1803,8 +1803,6 @@ static int rtsx_pci_runtime_suspend(struct device *device)
1803
mutex_lock(&pcr->pcr_mutex);
1804
rtsx_pci_power_off(pcr, HOST_ENTER_S3);
1805
1806
- free_irq(pcr->irq, (void *)pcr);
1807
-
1808
mutex_unlock(&pcr->pcr_mutex);
1809
1810
pcr->is_runtime_suspended = true;
@@ -1825,8 +1823,6 @@ static int rtsx_pci_runtime_resume(struct device *device)
1825
1823
1826
1824
1827
rtsx_pci_write_register(pcr, HOST_SLEEP_STATE, 0x03, 0x00);
1828
- rtsx_pci_acquire_irq(pcr);
1829
- synchronize_irq(pcr->irq);
1830
1831
if (pcr->ops->fetch_vendor_settings)
1832
pcr->ops->fetch_vendor_settings(pcr);
0 commit comments