Re: [PATCH 3/4] cmd: clk: update result of do_clk_setfreq

2022-02-01 Thread Sean Anderson
On 1/31/22 11:21 AM, Patrick Delaunay wrote: Update the result of do_clk_setfreq and always returns a CMD_RET_ value (-EINVAL was a possible result). This patch avoid the CLI output "exit not allowed from main input shell." Fixes: 7ab418fbe612 ("clk: add support for setting clk rate from cmdlin

[PATCH 3/4] cmd: clk: update result of do_clk_setfreq

2022-01-31 Thread Patrick Delaunay
Update the result of do_clk_setfreq and always returns a CMD_RET_ value (-EINVAL was a possible result). This patch avoid the CLI output "exit not allowed from main input shell." Fixes: 7ab418fbe612 ("clk: add support for setting clk rate from cmdline") Signed-off-by: Patrick Delaunay --- cmd/