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

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

Staging: sm750fb: fix line length coding style issue 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 <mgmoshes@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 83d62831
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -86,7 +86,9 @@ static void setMemoryClock(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;