[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070827124815.GD894@postel.suug.ch>
Date: Mon, 27 Aug 2007 14:48:15 +0200
From: Thomas Graf <tgraf@...g.ch>
To: davem@...emloft.net, ilpo.jarvinen@...sinki.fi
Cc: Johannes Berg <johannes@...solutions.net>,
"John W. Linville" <linville@...driver.com>, netdev@...r.kernel.org
Subject: [NET] 82596: Add missing parenthesis
Signed-off-by: Thomas Graf <tgraf@...g.ch>
Index: net-2.6.24/drivers/net/82596.c
===================================================================
--- net-2.6.24.orig/drivers/net/82596.c 2007-08-27 14:43:16.000000000 +0200
+++ net-2.6.24/drivers/net/82596.c 2007-08-27 14:43:51.000000000 +0200
@@ -1562,7 +1562,7 @@ static void set_multicast_list(struct ne
memcpy(cp, dmi->dmi_addr, 6);
if (i596_debug > 1)
DEB(DEB_MULTI,printk(KERN_INFO "%s: Adding address " MAC_FMT "\n",
- dev->name, MAC_ARG(cp));
+ dev->name, MAC_ARG(cp)));
}
i596_add_cmd(dev, &cmd->cmd);
}
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists