forked from Minki/linux
memory: of: Correct indentation
Correct indentation to match open parenthesis. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
efc4646327
commit
9825095a09
@ -102,7 +102,9 @@ static int of_do_get_timings(struct device_node *np,
|
||||
* while populating, returns default timings provided by JEDEC.
|
||||
*/
|
||||
const struct lpddr2_timings *of_get_ddr_timings(struct device_node *np_ddr,
|
||||
struct device *dev, u32 device_type, u32 *nr_frequencies)
|
||||
struct device *dev,
|
||||
u32 device_type,
|
||||
u32 *nr_frequencies)
|
||||
{
|
||||
struct lpddr2_timings *timings = NULL;
|
||||
u32 arr_sz = 0, i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user