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:
54bf038
)
[MIPS] Malta: remove a superfluous comment
author
Dmitri Vorobiev
<
[email protected]
>
Thu, 24 Jan 2008 16:52:50 +0000
(19:52 +0300)
committer
Ralf Baechle
<
[email protected]
>
Tue, 29 Jan 2008 10:15:04 +0000
(10:15 +0000)
Using the "We die here" comment right before calling the die()
function is an extremely vivid example of overcommenting.
Remove the redundant comment and save one line.
No functional changes introduced.
Signed-off-by: Dmitri Vorobiev <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/mips-boards/malta/malta_int.c
patch
|
blob
|
history
diff --git
a/arch/mips/mips-boards/malta/malta_int.c
b/arch/mips/mips-boards/malta/malta_int.c
index 41eb2321c3293d3b56c43143b5eacf3bd30b1723..a2689129798a6faa7fed91c4d47ab8e804efc0f4 100644
(file)
--- a/
arch/mips/mips-boards/malta/malta_int.c
+++ b/
arch/mips/mips-boards/malta/malta_int.c
@@
-173,7
+173,6
@@
static void corehi_irqdispatch(void)
break;
}
- /* We die here*/
die("CoreHi interrupt", regs);
}