Re: [PATCH v3 0/2] staging: octeon: replace pr_* with dev_* and netdev_*

From: Dan Carpenter

Date: Thu Apr 02 2026 - 09:31:12 EST


Last week I spent some time reviewing how bugs are introduced in staging
and the number one cause is complicated changes from the maintainers.
It's hard to avoid that because the kernel is complicated and complicated
things are hard.

But another major cause of bugs was pr_warn() to dev_warn() transitions.
I'm not sure what to do about that either really...

Anyway, I'm glad I don't have to review this patch until v4.

regards,
dan carpenter