commit | 44dccd592485e18f63bbbe5dc92cffb168fd9038 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Oct 10 11:26:16 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Oct 24 13:37:01 2019 +0200 |
tree | 629fc78afc0bc40159cc99c1e7aedcad56030829 | |
parent | 9bed8a63f762d91bd4392f93ea90a702e9653c70 [diff] |
firmware: zynqmp: Clean up zynqmp_power_probe Fix error debug messages to be more accurate and aligned with debug message style in the whole file. And do not initialize ret variable because it is initialized later on and it is just additional step. Fixes: 1327d1678bd2 ("firmware: zynqmp: Add zynqmp-power support") Reported-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>