]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/dma/bestcomm/bestcomm.c
dmaengine: Remove site specific OOM error messages on kzalloc
[linux-beck.git] / drivers / dma / bestcomm / bestcomm.c
index 180fedb418cc1983720072bb6a40b05ff9ea3a82..7ce843723003037495c3af240f20513d1099f6bb 100644 (file)
@@ -397,8 +397,6 @@ static int mpc52xx_bcom_probe(struct platform_device *op)
        /* Get a clean struct */
        bcom_eng = kzalloc(sizeof(struct bcom_engine), GFP_KERNEL);
        if (!bcom_eng) {
-               printk(KERN_ERR DRIVER_NAME ": "
-                       "Can't allocate state structure\n");
                rv = -ENOMEM;
                goto error_sramclean;
        }