commit | b7d8d40346f29036e0b3a4e666e9c6ed14c14c4b | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <megi@xff.cz> | Mon May 22 23:47:03 2023 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Jul 14 18:19:08 2023 +0200 |
tree | e5c0da91fa4e2bfaf42e9ee77ba49fed0e708a71 | |
parent | e62f2a622b4c4f8ecd9939a2afbfed5ad02e047c [diff] |
video: rockchip: dw_mipi_dsi: Fix external phy existence check &priv->phy is always true. Compiler warns about this loudly. Use a propper check for phy device allocation. Without this fix using this driver with SoC that doesn't use external phy (eg. RK3399) doesn't work. Signed-off-by: Ondrej Jirman <megi@xff.cz>