Hi Arjan,
Arjan van de Ven <arjan@infradead.org> writes:
It always bugged me that there is no WARN() that behaves similar to
BUG().
What do you think of making WARN() just emit the warning
unconditionally?
And maybe add the possibility to emit a text as well on both WARN() and
BUG()? BUG("my kitten was hit by page %p!\n", page);
Hannes
--