On Sunday, November 30, 2008 11:31 pm Hidetoshi Seto wrote: > What we have to check here before calling it is err_handler->resume. > It seems that this block have been copy&pasted from report_slot_reset. > > Signed-off-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> > --- > drivers/pci/pcie/aer/aerdrv_core.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/pci/pcie/aer/aerdrv_core.c > b/drivers/pci/pcie/aer/aerdrv_core.c index dfc63d0..aac7006 100644 > --- a/drivers/pci/pcie/aer/aerdrv_core.c > +++ b/drivers/pci/pcie/aer/aerdrv_core.c > @@ -252,7 +252,7 @@ static void report_resume(struct pci_dev *dev, void > *data) > > if (!dev->driver || > !dev->driver->err_handler || > - !dev->driver->err_handler->slot_reset) > + !dev->driver->err_handler->resume) > return; > > err_handler = dev->driver->err_handler; Applied (again). Hope it doesn't get lost again between now & when I send the pull. Sorry about that. -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html