diff options
Diffstat (limited to 'drivers/pci/hotplug/shpchp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/shpchp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index 5183a45d45b5..e8aa138128ce 100644 --- a/drivers/pci/hotplug/shpchp_hpc.c +++ b/drivers/pci/hotplug/shpchp_hpc.c | |||
@@ -597,7 +597,7 @@ static void hpc_release_ctlr(struct controller *ctrl) | |||
597 | cleanup_slots(ctrl); | 597 | cleanup_slots(ctrl); |
598 | 598 | ||
599 | /* | 599 | /* |
600 | * Mask SERR and System Interrut generation | 600 | * Mask SERR and System Interrupt generation |
601 | */ | 601 | */ |
602 | serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); | 602 | serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); |
603 | serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | | 603 | serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | |