armbian / linux-rockchip

Improved Rockchip Linux
Other
115 stars 161 forks source link

drivers: drm: dw-hdmi-qp: Fix ddc-i2c-rxfilter DT prop #135

Closed Joshua-Riek closed 8 months ago

Joshua-Riek commented 8 months ago

Hello! I just noticed a mistake in my previous PR where the added DT prop is not handled correctly. The function device_property_read_u32 returns zero on success and non-zero on failure. Sorry about that.

Fixes: https://github.com/armbian/linux-rockchip/pull/133