projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18b2f6
)
MIPS: Loongson: Add a missing break statement in CS5536 IDE code
author
Wu Zhangjin
<wuzhangjin@gmail.com>
Wed, 19 May 2010 01:13:38 +0000
(09:13 +0800)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 5 Jul 2010 16:17:21 +0000
(17:17 +0100)
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Zhang Le <r0bertz@gentoo.org>
Cc: Hu Hongbing <huhb@lemote.com>
Patchwork: http://patchwork.linux-mips.org/patch/1251/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/loongson/common/cs5536/cs5536_ide.c
patch
|
blob
|
history
diff --git
a/arch/mips/loongson/common/cs5536/cs5536_ide.c
b/arch/mips/loongson/common/cs5536/cs5536_ide.c
index 7ebf17a949a943ea8945630a559689b4500d6610..681d1291a2c77bc6e7c350443f12af2512558961 100644
(file)
--- a/
arch/mips/loongson/common/cs5536/cs5536_ide.c
+++ b/
arch/mips/loongson/common/cs5536/cs5536_ide.c
@@
-179,6
+179,7
@@
u32 pci_ide_read_reg(int reg)
case PCI_IDE_ETC_REG:
_rdmsr(IDE_MSR_REG(IDE_ETC), &hi, &lo);
conf_data = lo;
+ break;
case PCI_IDE_PM_REG:
_rdmsr(IDE_MSR_REG(IDE_INTERNAL_PM), &hi, &lo);
conf_data = lo;