mtd: sun_uflash: remove unnecessary oom message
[linux-2.6-microblaze.git] / drivers / mtd / maps / sun_uflash.c
index f9cfb08..6c0c91b 100644 (file)
@@ -62,10 +62,8 @@ int uflash_devinit(struct platform_device *op, struct device_node *dp)
        }
 
        up = kzalloc(sizeof(struct uflash_dev), GFP_KERNEL);
-       if (!up) {
-               printk(KERN_ERR PFX "Cannot allocate struct uflash_dev\n");
+       if (!up)
                return -ENOMEM;
-       }
 
        /* copy defaults and tweak parameters */
        memcpy(&up->map, &uflash_map_templ, sizeof(uflash_map_templ));