]> Git Repo - linux.git/commit
thermal/drivers/rz2gl: Add error check for reset_control_deassert()
authorBiju Das <[email protected]>
Wed, 8 Dec 2021 16:40:09 +0000 (16:40 +0000)
committerDaniel Lezcano <[email protected]>
Thu, 9 Dec 2021 14:58:09 +0000 (15:58 +0100)
commit8ee1c0f6526ce942b7595951c7bb0165010051c2
tree8efb51c88f6d08ce9887706eff3924052eb99334
parent3de89d8842a2b5d3dd22ebf97dd561ae0a330948
thermal/drivers/rz2gl: Add error check for reset_control_deassert()

If reset_control_deassert() fails, then we won't be able to access
the device registers. Therefore check the return code of
reset_control_deassert() and bail out in case of error.

While at it replace the parameter "&pdev->dev" -> "dev" in
devm_reset_control_get_exclusive().

Suggested-by: Philipp Zabel <[email protected]>
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
drivers/thermal/rzg2l_thermal.c
This page took 0.070126 seconds and 4 git commands to generate.