]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed superfluous argument.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:09:58 +0000 (16:09 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:09:58 +0000 (16:09 +0000)
drivers/ti1225/ti1225.c

index b330b46fe08e0ff4eb65d178eb388ef6faf5960b..f35c3d9ec6e11f9801771d273b0814b6dd118ef8 100644 (file)
@@ -289,7 +289,7 @@ struct port *pp;
        v8= pci_attr_r8(devind, TI_CARD_CTRL);
        if (v8 & TI_CCR_IFG)
        {
-               printf("ti1225: got functional interrupt\n", v8);
+               printf("ti1225: got functional interrupt\n");
                pci_attr_w8(devind, TI_CARD_CTRL, v8);
        }