summaryrefslogtreecommitdiff
path: root/lwis_device_slc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwis_device_slc.c')
-rw-r--r--lwis_device_slc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lwis_device_slc.c b/lwis_device_slc.c
index 1b65a8e..59c2e50 100644
--- a/lwis_device_slc.c
+++ b/lwis_device_slc.c
@@ -255,7 +255,6 @@ static int lwis_slc_device_probe(struct platform_device *plat_dev)
/* Allocate SLC device specific data construct */
slc_dev = devm_kzalloc(dev, sizeof(struct lwis_slc_device), GFP_KERNEL);
if (!slc_dev) {
- dev_err(dev, "Failed to allocate slc device structure\n");
return -ENOMEM;
}