From: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> Date: Sun, 11 Feb 2018 22:08:43 -0500 (EST)
The lib8390 module parameter 'msg_enable' doesn't do anything useful: it causes an ancient version string to be logged.
Not true. You need to look at the various netif_*() et al. message logging interfaces, they check "p->msg_enable" to determine which messages to print. I'm not applying this, sorry. Just for the record, I consider these kinds of ancient driver cleanups painful to review, and unless they allow some ugly global kernel API to be improved or removed such changes have very little gain. In fact, most of them have a good chance to break things. It is especially a dubious sequence when you cluster so many of these things together into a large patch series. If you are really serious about fixing real bugs, post these one at a time, very slowly, for us to review properly and apply. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html