drivers/ps3: Remove duplicate error messages
[linux-2.6-block.git] / drivers / ps3 / ps3-vuart.c
index 8e80e0933a1ba35d637b52be1702e925ca92cb58..4ed131eaff517456680fe8f653bd67ba85e4469e 100644 (file)
@@ -917,7 +917,6 @@ static int ps3_vuart_bus_interrupt_get(void)
        vuart_bus_priv.bmp = kzalloc(sizeof(struct ports_bmp), GFP_KERNEL);
 
        if (!vuart_bus_priv.bmp) {
-               pr_debug("%s:%d: kzalloc failed.\n", __func__, __LINE__);
                result = -ENOMEM;
                goto fail_bmp_malloc;
        }