[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1282246784.4507.14.camel@jlt3.sipsolutions.net>
Date: Thu, 19 Aug 2010 21:39:44 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Joe Perches <joe@...ches.com>
Cc: "John W. Linville" <linville@...driver.com>,
linux-wireless@...r.kernel.org, netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [RFC patch] include/net/cfg80211.h: wiphy_<level> messages use
dev_printk
On Thu, 2010-08-19 at 12:24 -0700, Joe Perches wrote:
> Adding device to the wiphy logging messages could be useful.
>
> #define wiphy_printk(level, wiphy, format, args...) \
> - printk(level "%s: " format, wiphy_name(wiphy), ##args)
> + dev_printk(level, &wiphy->dev, "%s: " format, wiphy_name(wiphy), ##args)
what will that actually print?
johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists