Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6352cdd authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

[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: default avatarDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 54bf038e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -173,7 +173,6 @@ static void corehi_irqdispatch(void)
		break;
	}

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