mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
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: Moshe Green <mgmoshes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
83d628315d
commit
f90416df64
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user