Re: [PATCH] drm/bridge: it6505: Fix return value check for pm_runtime_get_sync

From: AngeloGioacchino Del Regno
Date: Thu Oct 27 2022 - 03:52:58 EST


Il 27/10/22 05:21, Pin-yen Lin ha scritto:
`pm_runtime_get_sync` may return 1 on success. Fix the `if` statement
here to make the code less confusing, even though additional calls to
`it6505_poweron` doesn't break anything when it's already powered.

This was reported by Dan Carpenter <dan.carpenter@xxxxxxxxxx> in
https://lore.kernel.org/all/Y1fMCs6VnxbDcB41@kili/

Fixes: 10517777d302 ("drm/bridge: it6505: Adapt runtime power management framework")
Signed-off-by: Pin-yen Lin <treapking@xxxxxxxxxxxx>


Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>