platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle_gpio_re...
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Jun 2021 13:01:04 +0000 (16:01 +0300)
committerHans de Goede <hdegoede@redhat.com>
Mon, 28 Jun 2021 09:52:43 +0000 (11:52 +0200)
commitcaf23895ce96e90d8667328144344263ff0e7f1f
tree5556b9853690631ff46354e113a7feabfdb8fd24
parent23dcd7497c227a16acdda5e44f141fdc1e660f94
platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle_gpio_resources()

This function returns negative error codes, zero (to indicate that
everything has been completed successfully) and one (to indicate that
more resources need to be handled still).

This code prints an uninitialized error message when the function
returns one which potentially leads to an Oops.

Fixes: 5de691bffe57 ("platform/x86: Add intel_skl_int3472 driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Daniel Scally <djrscally@gmail.com>
Link: https://lore.kernel.org/r/YNXTkLNtiTDlFlZa@mwanda
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/int3472/intel_skl_int3472_discrete.c