Skip to content

Commit

Permalink
module/optee/clock: fix indentation
Browse files Browse the repository at this point in the history
Fix indentation in get_rate_from_index().

Change-Id: I08f5e969f1309bb6244d292ab854f57a7371b5a8
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms authored and mohamedasaker-arm committed Feb 12, 2024
1 parent 3fbd910 commit f3c3de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/optee/clock/src/mod_optee_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ static int get_rate_from_index(fwk_id_t dev_id,

rate_count = 1;
res = clk_get_rates_array(ctx->clk, rate_index, &rate_ul, &rate_count);
fwk_assert(!res && rate_count == 1);
fwk_assert(!res && rate_count == 1);

*rate = rate_ul;

FWK_LOG_DEBUG(
Expand Down

0 comments on commit f3c3de6

Please sign in to comment.