On Tue, Apr 16, 2019 at 05:56:31AM +0200, Nicholas Mc Guire wrote: > Note that this will trigger a checkpatch WARNING > "WARNING: Possible unnecessary 'out of memory' message" > but comparing the oops with an without the one-line pr_err I would > argue that it makes sense to include it:
Hi Nicholas It might be worth adding this as a comment, so that newbies don't submit patches removing the pr_err() because of the checkpatch warning. Andrew