platform/x86: sony-laptop: Remove useless comparisons in sony_pic_read_possible_resou...
authorAndrey Strachuk <strochuk@ispras.ru>
Tue, 19 Jul 2022 11:03:41 +0000 (14:03 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 28 Jul 2022 17:41:29 +0000 (19:41 +0200)
commit7842efa5e194122ba2d2795102c70db00906024e
treee15679adba37057053d1a86ae4e51492d651950a
parentc55ae10230a719020d8ad5a221cbe347d5225157
platform/x86: sony-laptop: Remove useless comparisons in sony_pic_read_possible_resource()

Local variable 'p' is initialized by an address
of field of acpi_resource structure, so it does
not make sense to compare 'p' with NULL.

Local variable 'io' is initialized by an address
of field of acpi_resource structure, so it does
not make sense to compare 'io' with NULL.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Andrey Strachuk <strochuk@ispras.ru>
Link: https://lore.kernel.org/r/20220719110341.7239-1-strochuk@ispras.ru
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/sony-laptop.c