HID: i2c-hid-of: fix NULL-deref on failed power up
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 26 Jan 2024 17:09:01 +0000 (18:09 +0100)
committerJiri Kosina <jkosina@suse.com>
Fri, 26 Jan 2024 17:52:14 +0000 (18:52 +0100)
commit00aab7dcb2267f2aef59447602f34501efe1a07f
tree5f4c7b959a9b6c8752dcbc69125aaba9d23ff571
parenta3bdcdd022c68942a774e8e63424cc11c85aab78
HID: i2c-hid-of: fix NULL-deref on failed power up

A while back the I2C HID implementation was split in an ACPI and OF
part, but the new OF driver never initialises the client pointer which
is dereferenced on power-up failures.

Fixes: b33752c30023 ("HID: i2c-hid: Reorganize so ACPI and OF are separate modules")
Cc: stable@vger.kernel.org # 5.12
Cc: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/i2c-hid/i2c-hid-of.c