From 19db2b646e29b2442b33b4425b9e8ef73ecef216 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 21 Feb 2008 16:09:58 +0000 Subject: [PATCH] Removed superfluous argument. --- drivers/ti1225/ti1225.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ti1225/ti1225.c b/drivers/ti1225/ti1225.c index b330b46fe..f35c3d9ec 100644 --- a/drivers/ti1225/ti1225.c +++ b/drivers/ti1225/ti1225.c @@ -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); }