mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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: Moshe Green <paledirac@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
02875bd932
commit
83d628315d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user