staging:sm750fb:ddk750_chip.c removes un-necessary blank lines
Fixes checkpatch warning - Please don't use multiple blank lines Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
87f0f086c6
commit
1dfcda6fe7
1 changed files with 0 additions and 3 deletions
|
@ -245,7 +245,6 @@ int ddk750_init_hw(struct initchip_param *pInitParam)
|
||||||
/* Set up master clock */
|
/* Set up master clock */
|
||||||
set_master_clock(MHz(pInitParam->masterClock));
|
set_master_clock(MHz(pInitParam->masterClock));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reset the memory controller.
|
* Reset the memory controller.
|
||||||
* If the memory controller is not reset in SM750,
|
* If the memory controller is not reset in SM750,
|
||||||
|
@ -408,5 +407,3 @@ unsigned int sm750_format_pll_reg(struct pll_value *pPLL)
|
||||||
|
|
||||||
return reg;
|
return reg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue