diff --git a/[refs] b/[refs] index 991bbd18c2c0..5acd54ce763d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d358cb55a4cc83c37fbaebc0e4401a573777c6ac +refs/heads/master: e1e0dacba5af2b0cd8f9043d0b937296c90bc990 diff --git a/trunk/drivers/platform/x86/wmi.c b/trunk/drivers/platform/x86/wmi.c index b8e5383eab0c..05cc79672a8b 100644 --- a/trunk/drivers/platform/x86/wmi.c +++ b/trunk/drivers/platform/x86/wmi.c @@ -820,7 +820,7 @@ static acpi_status parse_wdg(acpi_handle handle) retval = wmi_create_device(&gblock[i], wblock, handle); if (retval) { wmi_free_devices(); - break; + goto out_free_pointer; } }