[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110316135533.GM2325@legolas.emea.dhcp.ti.com>
Date: Wed, 16 Mar 2011 15:55:35 +0200
From: Felipe Balbi <balbi@...com>
To: Felipe Balbi <balbi@...com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>,
Grant Likely <grant.likely@...retlab.ca>,
Magnus Damm <damm@...nsource.se>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Andi Kleen <ak@...ux.intel.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] device: add dev_WARN_ON and dev_WARN_ONCE
On Wed, Mar 16, 2011 at 03:51:54PM +0200, Felipe Balbi wrote:
> +#define dev_WARN_ON(dev, condition, format, arg...) \
> + WARN_ON(condition, "Device: %s\n" format, \
> + dev_driver_string(dev), ## arg)
oops, I mis-used WARN_ON. Will fix and resend... just a sec.
--
balbi
--
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