diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index a48021d85f22..eeb517b1b63d 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -1086,7 +1086,7 @@ static inline void dbg_ctrl(struct controller *ctrl) | |||
1086 | dbg(" Comamnd Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes"); | 1086 | dbg(" Comamnd Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes"); |
1087 | pciehp_readw(ctrl, SLOTSTATUS, ®16); | 1087 | pciehp_readw(ctrl, SLOTSTATUS, ®16); |
1088 | dbg("Slot Status : 0x%04x\n", reg16); | 1088 | dbg("Slot Status : 0x%04x\n", reg16); |
1089 | pciehp_readw(ctrl, SLOTSTATUS, ®16); | 1089 | pciehp_readw(ctrl, SLOTCTRL, ®16); |
1090 | dbg("Slot Control : 0x%04x\n", reg16); | 1090 | dbg("Slot Control : 0x%04x\n", reg16); |
1091 | } | 1091 | } |
1092 | 1092 | ||