[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>
This commit is contained in:
Dmitri Vorobiev 2008-01-24 19:52:50 +03:00 коммит произвёл Ralf Baechle
Родитель 54bf038e22
Коммит a6352cddc7
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -173,7 +173,6 @@ static void corehi_irqdispatch(void)
break;
}
/* We die here*/
die("CoreHi interrupt", regs);
}