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:
4010b62
)
parisc: Mark expected switch fall-throughs in fault.c
author
Helge Deller
<deller@gmx.de>
Wed, 31 Jul 2019 14:16:00 +0000
(16:16 +0200)
committer
Helge Deller
<deller@gmx.de>
Wed, 31 Jul 2019 14:16:00 +0000
(16:16 +0200)
Fix a fall-through warning in fault.c.
Fixes: a035d552a93b ("Makefile: Globally enable fall-through warning")
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/mm/fault.c
patch
|
blob
|
history
diff --git
a/arch/parisc/mm/fault.c
b/arch/parisc/mm/fault.c
index 6dd4669ce7a5572fb48dcd92f9b31b650e731af8..adbd5e2144a34303023372e99b0452b0ce43bafa 100644
(file)
--- a/
arch/parisc/mm/fault.c
+++ b/
arch/parisc/mm/fault.c
@@
-66,6
+66,7
@@
parisc_acctyp(unsigned long code, unsigned int inst)
case 0x30000000: /* coproc2 */
if (bit22set(inst))
return VM_WRITE;
+ /* fall through */
case 0x0: /* indexed/memory management */
if (bit22set(inst)) {