Commit 9825095a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

memory: of: Correct indentation

Correct indentation to match open parenthesis.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent efc46463
...@@ -102,7 +102,9 @@ static int of_do_get_timings(struct device_node *np, ...@@ -102,7 +102,9 @@ static int of_do_get_timings(struct device_node *np,
* while populating, returns default timings provided by JEDEC. * while populating, returns default timings provided by JEDEC.
*/ */
const struct lpddr2_timings *of_get_ddr_timings(struct device_node *np_ddr, 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; struct lpddr2_timings *timings = NULL;
u32 arr_sz = 0, i = 0; u32 arr_sz = 0, i = 0;
......
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