diff options
Diffstat (limited to 'drivers/acpi/device_pm.c')
-rw-r--r-- | drivers/acpi/device_pm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c index 3d96e4da2d98..d00630016176 100644 --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c | |||
@@ -1259,9 +1259,6 @@ int acpi_dev_pm_attach(struct device *dev, bool power_on) | |||
1259 | if (!adev) | 1259 | if (!adev) |
1260 | return -ENODEV; | 1260 | return -ENODEV; |
1261 | 1261 | ||
1262 | if (dev->pm_domain) | ||
1263 | return -EEXIST; | ||
1264 | |||
1265 | /* | 1262 | /* |
1266 | * Only attach the power domain to the first device if the | 1263 | * Only attach the power domain to the first device if the |
1267 | * companion is shared by multiple. This is to prevent doing power | 1264 | * companion is shared by multiple. This is to prevent doing power |