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

Commit 83d62831 authored by Moshe Green's avatar Moshe Green Committed by Greg Kroah-Hartman
Browse files

Staging: sm750fb: fix a line length coding style warning in ddk750_chip.c



This is a patch to the ddk750_chip.c file that fixes up a
line length warning found by the checkpatch.pl tool.

Signed-off-by: default avatarMoshe Green <paledirac@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 02875bd9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -133,7 +133,9 @@ static void setMasterClock(unsigned int frequency)
{
	unsigned int reg, divisor;

	/* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */
	/* Cheok_0509: For SM750LE, the memory clock is fixed.
	 * Nothing to set.
	 */
	if (getChipType() == SM750LE)
		return;