libnvdimm: remove redundant __func__ in dev_dbg
[linux-2.6-microblaze.git] / drivers / nvdimm / claim.c
index b2fc29b..3085227 100644 (file)
@@ -148,7 +148,7 @@ ssize_t nd_namespace_store(struct device *dev,
        char *name;
 
        if (dev->driver) {
-               dev_dbg(dev, "%s: -EBUSY\n", __func__);
+               dev_dbg(dev, "namespace already active\n");
                return -EBUSY;
        }