]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/platform/x86/asus-laptop.c
asus-laptop: Fix potential invalid pointer dereference
[mirror_ubuntu-bionic-kernel.git] / drivers / platform / x86 / asus-laptop.c
index d0c519762dcf3ddf753e1ade79495c47a8a3a8c6..fcde4e528819c04daf4b919ba00d70a20f7456c3 100644 (file)
@@ -1743,7 +1743,7 @@ static int asus_laptop_get_info(struct asus_laptop *asus)
                return -ENOMEM;
        }
 
-       if (*string)
+       if (string)
                pr_notice("  %s model detected\n", string);
 
        if (!acpi_check_handle(asus->handle, METHOD_WL_STATUS, NULL))