On Thursday 21 August 2008, Greg Kroah-Hartman wrote:
Or -- for future reference -- using WARN() with non-constant
initial parameter:
if (WARN(!class-p, "%s called ...\n" ...))
return -EINVAL;
Some of those macros now have return values, supportin C code
that looks a bit more compact.
- Dave
--