diff options
-rw-r--r-- | drivers/platform/x86/surface3-wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/surface3-wmi.c b/drivers/platform/x86/surface3-wmi.c index 6ac1d1349d7e..25b176996cb7 100644 --- a/drivers/platform/x86/surface3-wmi.c +++ b/drivers/platform/x86/surface3-wmi.c | |||
@@ -139,7 +139,7 @@ static acpi_status s3_wmi_attach_spi_device(acpi_handle handle, | |||
139 | 139 | ||
140 | static int s3_wmi_check_platform_device(struct device *dev, void *data) | 140 | static int s3_wmi_check_platform_device(struct device *dev, void *data) |
141 | { | 141 | { |
142 | struct acpi_device *adev, *ts_adev; | 142 | struct acpi_device *adev, *ts_adev = NULL; |
143 | acpi_handle handle; | 143 | acpi_handle handle; |
144 | acpi_status status; | 144 | acpi_status status; |
145 | 145 | ||