projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f934fb1
)
PCI hotplug: fix typo in pcie hotplug output
author
Jesse Barnes
<jbarnes@hobbes.lan>
Thu, 24 Jul 2008 23:43:43 +0000
(16:43 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 28 Jul 2008 18:44:32 +0000
(11:44 -0700)
Comamnd->Command
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pciehp_hpc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/hotplug/pciehp_hpc.c
b/drivers/pci/hotplug/pciehp_hpc.c
index 1323a43285d71efb7635e1114d939fef34618219..ad27e9e225a6f37b2ee7bb46dc601a0e73ad11db 100644
(file)
--- a/
drivers/pci/hotplug/pciehp_hpc.c
+++ b/
drivers/pci/hotplug/pciehp_hpc.c
@@
-1103,7
+1103,7
@@
static inline void dbg_ctrl(struct controller *ctrl)
dbg(" Power Indicator : %3s\n", PWR_LED(ctrl) ? "yes" : "no");
dbg(" Hot-Plug Surprise : %3s\n", HP_SUPR_RM(ctrl) ? "yes" : "no");
dbg(" EMI Present : %3s\n", EMI(ctrl) ? "yes" : "no");
- dbg(" Com
am
nd Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes");
+ dbg(" Com
ma
nd Completed : %3s\n", NO_CMD_CMPL(ctrl)? "no" : "yes");
pciehp_readw(ctrl, SLOTSTATUS, ®16);
dbg("Slot Status : 0x%04x\n", reg16);
pciehp_readw(ctrl, SLOTCTRL, ®16);