]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/at1700.c
FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2]
[linux-2.6-omap-h63xx.git] / drivers / net / at1700.c
index b032c1bf492fc06e03b067a0fe23ae2c24c36bfd..24d81f922533cd778f46ba1e6de93900a223f4ee 100644 (file)
@@ -465,8 +465,9 @@ found:
        /* Snarf the interrupt vector now. */
        ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev);
        if (ret) {
-               printk ("  AT1700 at %#3x is unusable due to a conflict on"
-                               "IRQ %d.\n", ioaddr, irq);
+               printk(KERN_ERR "AT1700 at %#3x is unusable due to a "
+                      "conflict on IRQ %d.\n",
+                      ioaddr, irq);
                goto err_mca;
        }