Re: [PATCH] Input: adc-joystick - fix optional value handling

From: Dmitry Torokhov
Date: Wed Jul 31 2024 - 13:21:35 EST


On Wed, Jul 31, 2024 at 10:33:09AM +0100, John Keeping wrote:
> The abs-fuzz and abs-flat properties are documented as optional. When
> these are absent, fwnode_property_read_u32() will leave the input
> unchanged, meaning that an axis either picks up the value for the
> previous axis or an uninitialized value.
>
> Explicitly set these values to zero when they are unspecified to match
> the documented behaviour in the device tree bindings.
>
> Signed-off-by: John Keeping <jkeeping@xxxxxxxxxxxxxxxxx>

Applied, thank you.

--
Dmitry