From a6352cddc743300b0b64b5fd8dfb688524e884e9 Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Thu, 24 Jan 2008 19:52:50 +0300 Subject: [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 Signed-off-by: Ralf Baechle --- arch/mips/mips-boards/malta/malta_int.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch') 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); } -- cgit v1.2.3