commit | 6518b7368c08f96ee776a2335066c5207ab765da | [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 | fc0eb7decfc6507f8242c2e4f43ccea379aaeee0 [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>