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

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
...@@ -86,7 +86,9 @@ static void setMemoryClock(unsigned int frequency) ...@@ -86,7 +86,9 @@ static void setMemoryClock(unsigned int frequency)
{ {
unsigned int reg, divisor; 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) if (getChipType() == SM750LE)
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment