Merge branch 'x86/urgent' into x86/core
[linux-2.6-microblaze.git] / drivers / hwmon / w83627ehf.c
index cb808d0..feae743 100644 (file)
@@ -1548,7 +1548,7 @@ static int __init sensors_w83627ehf_init(void)
 
        err = acpi_check_resource_conflict(&res);
        if (err)
-               goto exit;
+               goto exit_device_put;
 
        err = platform_device_add_resources(pdev, &res, 1);
        if (err) {