]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Malta: remove a superfluous comment
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Thu, 24 Jan 2008 16:52:50 +0000 (19:52 +0300)
committerRalf Baechle <ralf@linux-mips.org>
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 <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mips-boards/malta/malta_int.c

index 41eb2321c3293d3b56c43143b5eacf3bd30b1723..a2689129798a6faa7fed91c4d47ab8e804efc0f4 100644 (file)
@@ -173,7 +173,6 @@ static void corehi_irqdispatch(void)
                break;
        }
 
-       /* We die here*/
        die("CoreHi interrupt", regs);
 }