reset: reset-zynqmp: Fixed the argument data type
authorSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Wed, 23 Jun 2021 11:46:20 +0000 (13:46 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 23 Aug 2021 10:55:18 +0000 (12:55 +0200)
commited104ca4bd9c405b41e968ad4ece51f6462e90b6
tree21ed647e78b1765a2f3d18f147649feeb6585912
parent1435f82689e1d195e56ce8b19c81aa7b1a3bd0b0
reset: reset-zynqmp: Fixed the argument data type

This patch changes the data type of the variable 'val' from
int to u32.

Addresses-Coverity: argument of type "int *" is incompatible with parameter of type "u32 *"
Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/925cebbe4eb73c7d0a536da204748d33c7100d8c.1624448778.git.michal.simek@xilinx.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-zynqmp.c