Hi all, After merging the scmi tree, today's linux-next build (x86_64 allmodconfig) failed like this:
drivers/clk/clk-scmi.c: In function 'scmi_clk_ops_init':
drivers/clk/clk-scmi.c:126:39: error: expected ';' before 'max_rate'
126 | min_rate = sclk->info->list.rates[0]
| ^
| ;
127 | max_rate = sclk->info->list.rates[num_rates - 1];
| ~~~~~~~~
Caused by commit
2a3dd29cd558 ("clk: scmi: Fix min and max rate when registering clocks with
discrete rates")
I have used the scmi tree from next-20200708 for today.
--
Cheers,
Stephen Rothwell
pgpnbWWIa4FwE.pgp
Description: OpenPGP digital signature

