Files
u-boot/cmd
Michal Simek ebc675b98d cmd: clk: Check return value from soc_clk_dump
In case of error in soc_clk_dump function are returned different values
then CMD return values (-1, 0, 1).

For example:
ZynqMP> clk dump
exit not allowed from main input shel

The patch is checking all negative return values and return
CMD_RET_FAILURE which is proper reaction for these cases.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-04-23 13:15:32 +02:00
..
2018-01-19 15:49:26 -05:00
2018-02-18 15:53:48 -07:00
2018-02-21 20:28:15 +01:00
2018-04-13 15:48:25 -05:00
2018-02-26 15:47:43 -06:00
2017-12-07 15:17:00 -05:00
2018-04-13 15:47:57 -05:00
2018-01-19 15:49:29 -05:00
2018-01-10 11:11:06 +01:00
2018-03-22 13:25:20 -04:00