summaryrefslogtreecommitdiffstats
path: root/arch/mips/mips-boards
diff options
context:
space:
mode:
authorDmitri Vorobiev2008-01-24 17:52:50 +0100
committerRalf Baechle2008-01-29 11:15:04 +0100
commita6352cddc743300b0b64b5fd8dfb688524e884e9 (patch)
treeb4e3c8094b13fe3361213d0a2893a10bdd19a24b /arch/mips/mips-boards
parent[MIPS] Malta: include <linux/cpu.h> instead of <asm/cpu.h> (diff)
downloadkernel-qcow2-linux-a6352cddc743300b0b64b5fd8dfb688524e884e9.tar.gz
kernel-qcow2-linux-a6352cddc743300b0b64b5fd8dfb688524e884e9.tar.xz
kernel-qcow2-linux-a6352cddc743300b0b64b5fd8dfb688524e884e9.zip
[MIPS] Malta: remove a superfluous comment
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 <dmitri.vorobiev@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mips-boards')
-rw-r--r--arch/mips/mips-boards/malta/malta_int.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mips-boards/malta/malta_int.c b/arch/mips/mips-boards/malta/malta_int.c
index 41eb2321c329..a2689129798a 100644
--- 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);
}