Re: [PATCH 01/15] hamradio: baycom: remove BAYCOM_MAGIC
From: Dan Carpenter <hidden>
Date: 2022-10-28 13:44:29
Also in:
linux-doc, linux-hams, lkml
From: Dan Carpenter <hidden>
Date: 2022-10-28 13:44:29
Also in:
linux-doc, linux-hams, lkml
On Fri, Oct 28, 2022 at 08:13:49PM +0700, Bagas Sanjaya wrote:
On 10/27/22 05:42, наб wrote:quoted
Since defanging in v2.6.12-rc1 it's set exactly once per port on probe and checked exactly once per port on unload: it's useless. Kill it.What do you mean by defanging in that release?
I was also curious about this, but I accidentally sent my question privately instead of to the list.
Also, s/Kill it/Remove BAYCOM_MAGIC from magic numbers table/ (your wording is kinda mature).
The kernel has almost 13 thousand kills... $ git grep -i kill | wc -l 12975 $ It's fine. regards, dan carpenter