commit | e1a39a4460c17fa397020cd064744a908e2eac71 | [log] [tgz] |
---|---|---|
author | Barnabás Pőcze <pobrn@protonmail.com> | Wed Feb 03 21:54:23 2021 +0000 |
committer | Hans de Goede <hdegoede@redhat.com> | Thu Feb 04 10:20:10 2021 +0100 |
tree | 6ec2de9986503621905e57d3053daa7dfdc3d632 | |
parent | a14b3c83ab435e0a06f83a2c519ad27baf805cba [diff] |
platform/x86: ideapad-laptop: remove unnecessary NULL checks The checks that are removed test pointers which should not be NULL. If they are NULL, that indicates a bug in a different part of the kernel. Instead of silently bailing out, let it fail loudly. Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> Link: https://lore.kernel.org/r/20210203215403.290792-3-pobrn@protonmail.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>