From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ismael Luceno Cortes Date: Mon, 18 Mar 2019 11:58:17 +0000 Subject: [U-Boot] [PATCH v3] cmd: clk: Handle ENODEV from clk_get_rate In-Reply-To: <20190222155242.10276-1-ismael.luceno@silicon-gears.com> References: <20190222155242.10276-1-ismael.luceno@silicon-gears.com> Message-ID: <20190318115817.GA4316@kiki> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22/Feb/2019 16:52, Ismael Luceno wrote: > clk_get_rate may return -ENODEV if the clock isn't valid. > > Also, make the error cases go through a single path. > > Fixes: ff8eee0330a6 ("cmd: clk: Add trivial implementation of clock dump > for DM") > > Signed-off-by: Ismael Luceno > Reviewed-by: Matthias Brugger > --- <...> Ping.