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 3276a5e4c430..b5ba26d14a9a 100644 --- a/drivers/pci/hotplug/pnv_php.c +++ b/drivers/pci/hotplug/pnv_php.c | |||
@@ -736,7 +736,7 @@ static irqreturn_t pnv_php_interrupt(int irq, void *data) | |||
736 | pe = edev ? edev->pe : NULL; | 736 | pe = edev ? edev->pe : NULL; |
737 | if (pe) { | 737 | if (pe) { |
738 | eeh_serialize_lock(&flags); | 738 | eeh_serialize_lock(&flags); |
739 | eeh_pe_state_mark(pe, EEH_PE_ISOLATED); | 739 | eeh_pe_mark_isolated(pe); |
740 | eeh_serialize_unlock(flags); | 740 | eeh_serialize_unlock(flags); |
741 | eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); | 741 | eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); |
742 | } | 742 | } |