]> git.baikalelectronics.ru Git - uboot.git/commit
firmware: zynqmp: Clean up zynqmp_power_probe
authorMichal Simek <michal.simek@xilinx.com>
Thu, 10 Oct 2019 09:26:16 +0000 (11:26 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:01 +0000 (13:37 +0200)
commitb57d8e4084fd076467a244cca2b91efa2e0dc8a5
tree629fc78afc0bc40159cc99c1e7aedcad56030829
parent597163f2a073a70f28bdb520601de2470877eb98
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: 7dddd1a1c9e3 ("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>
drivers/firmware/firmware-zynqmp.c