summaryrefslogtreecommitdiff
path: root/lwis_device_dpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwis_device_dpm.c')
-rw-r--r--lwis_device_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lwis_device_dpm.c b/lwis_device_dpm.c
index 15bc782..42b2115 100644
--- a/lwis_device_dpm.c
+++ b/lwis_device_dpm.c
@@ -200,7 +200,6 @@ static int lwis_dpm_device_probe(struct platform_device *plat_dev)
/* Allocate top device specific data construct */
dpm_dev = devm_kzalloc(dev, sizeof(struct lwis_dpm_device), GFP_KERNEL);
if (!dpm_dev) {
- dev_err(dev, "Failed to allocate dpm device structure\n");
return -ENOMEM;
}