diff options
Diffstat (limited to 'drivers/pci/hotplug/pnv_php.c')
-rw-r--r-- | drivers/pci/hotplug/pnv_php.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pnv_php.c b/drivers/pci/hotplug/pnv_php.c index ee54f5bacad1..6758fd7c382e 100644 --- a/drivers/pci/hotplug/pnv_php.c +++ b/drivers/pci/hotplug/pnv_php.c | |||
@@ -746,7 +746,7 @@ static irqreturn_t pnv_php_interrupt(int irq, void *data) | |||
746 | pe = edev ? edev->pe : NULL; | 746 | pe = edev ? edev->pe : NULL; |
747 | if (pe) { | 747 | if (pe) { |
748 | eeh_serialize_lock(&flags); | 748 | eeh_serialize_lock(&flags); |
749 | eeh_pe_state_mark(pe, EEH_PE_ISOLATED); | 749 | eeh_pe_mark_isolated(pe); |
750 | eeh_serialize_unlock(flags); | 750 | eeh_serialize_unlock(flags); |
751 | eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); | 751 | eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); |
752 | } | 752 | } |