Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73317
b: refs/heads/master
c: 638799b
h: refs/heads/master
i:
  73315: a521788
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Nov 8, 2007
1 parent 8e7f00e commit 1f66861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43875cc0a54d936132010e58545269e183741fae
refs/heads/master: 638799b33586339ac007b0fef497a15d81a271aa
8 changes: 3 additions & 5 deletions trunk/arch/powerpc/platforms/pseries/eeh_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,16 @@ static void eeh_report_error(struct pci_dev *dev, void *userdata)
/**
* eeh_report_mmio_enabled - tell drivers that MMIO has been enabled
*
* Report an EEH error to each device driver, collect up and
* merge the device driver responses. Cumulative response
* passed back in "userdata".
* Tells each device driver that IO ports, MMIO and config space I/O
* are now enabled. Collects up and merges the device driver responses.
* Cumulative response passed back in "userdata".
*/

static void eeh_report_mmio_enabled(struct pci_dev *dev, void *userdata)
{
enum pci_ers_result rc, *res = userdata;
struct pci_driver *driver = dev->driver;

// dev->error_state = pci_channel_mmio_enabled;

if (!driver ||
!driver->err_handler ||
!driver->err_handler->mmio_enabled)
Expand Down

0 comments on commit 1f66861

Please sign in to comment.