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)
commit44dccd592485e18f63bbbe5dc92cffb168fd9038
tree629fc78afc0bc40159cc99c1e7aedcad56030829
parent9bed8a63f762d91bd4392f93ea90a702e9653c70
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>
drivers/firmware/firmware-zynqmp.c