Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 665454 Details for
Bug 870682
[abrt]: WARNING: at kernel/irq/manage.c:1211 __free_irq+0xa3/0x220() [mei]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
mei_do_not_free_irq_on_error.patch
mei_do_not_free_irq_on_error.patch (text/plain), 414 bytes, created by
Stanislaw Gruszka
on 2012-12-18 11:29:36 UTC
(
hide
)
Description:
mei_do_not_free_irq_on_error.patch
Filename:
MIME Type:
Creator:
Stanislaw Gruszka
Created:
2012-12-18 11:29:36 UTC
Size:
414 bytes
patch
obsolete
>diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c >index 43fb52f..e88d85c 100644 >--- a/drivers/misc/mei/main.c >+++ b/drivers/misc/mei/main.c >@@ -965,8 +965,10 @@ static int mei_pci_suspend(struct device *device) > } > mutex_unlock(&dev->device_lock); > >- free_irq(pdev->irq, dev); >- pci_disable_msi(pdev); >+ if (err == 0) { >+ free_irq(pdev->irq, dev); >+ pci_disable_msi(pdev); >+ } > > return err; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 870682
: 665454