Commit 0ce5fdb1 authored by Amitoj Kaur Chawla's avatar Amitoj Kaur Chawla Committed by Greg Kroah-Hartman

staging: sm750fb: Remove multiple blank lines

Remove multiple blank lines. Problem found using checkpatch.pl
CHECK: Please don't use multiple blank lines
Signed-off-by: default avatarAmitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 07387cba
......@@ -12,7 +12,6 @@ typedef struct _pllcalparam {
}
pllcalparam;
logical_chip_type_t getChipType(void)
{
unsigned short physicalID;
......@@ -74,7 +73,6 @@ static unsigned int getPllValue(clock_type_t clockType, pll_value_t *pPLL)
return calcPLL(pPLL);
}
static unsigned int getChipClock(void)
{
pll_value_t pll;
......@@ -86,7 +84,6 @@ static unsigned int getChipClock(void)
return getPllValue(MXCLK_PLL, &pll);
}
/*
* This function set up the main chip clock.
*
......@@ -121,8 +118,6 @@ static void setChipClock(unsigned int frequency)
}
}
static void setMemoryClock(unsigned int frequency)
{
unsigned int ulReg, divisor;
......@@ -162,7 +157,6 @@ static void setMemoryClock(unsigned int frequency)
}
}
/*
* This function set up the master clock (MCLK).
*
......@@ -210,7 +204,6 @@ static void setMasterClock(unsigned int frequency)
}
}
unsigned int ddk750_getVMSize(void)
{
unsigned int reg;
......
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