]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/at1700.c
[netdrvr] checkpatch cleanups
[linux-2.6-omap-h63xx.git] / drivers / net / at1700.c
index 97041715e8c932201b89aea829f7df47e1e0d8af..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;
        }