Skip to content

Commit

Permalink
[MIPS] Malta: remove a superfluous comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jan 29, 2008
1 parent 54bf038 commit a6352cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ static void corehi_irqdispatch(void)
break;
}

/* We die here*/
die("CoreHi interrupt", regs);
}

Expand Down

0 comments on commit a6352cd

Please sign in to comment.