pcmcia: remove the "Finally, report what we've done" message
[deliverable/linux.git] / drivers / char / pcmcia / synclink_cs.c
index a343b8f817e499a05651eba8bdb1488c64478dda..7c71913714ca782316daaa504aad2ec437fb75ed 100644 (file)
@@ -592,13 +592,6 @@ static int mgslpc_config(struct pcmcia_device *link)
 
     info->io_base = link->resource[0]->start;
     info->irq_level = link->irq;
-
-    dev_info(&link->dev, "index 0x%02x:",
-           link->config_index);
-    printk(", irq %d", link->irq);
-    if (link->resource[0])
-           printk(", io %pR", link->resource[0]);
-    printk("\n");
     return 0;
 
 failed:
This page took 0.024096 seconds and 5 git commands to generate.