firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 1 May 2024 07:32:35 +0000 (16:32 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 02:06:06 +0000 (11:06 +0900)
commit42374303b73cdb2f81f4618bde5b1e25b5e6430d
treea3747ff040d847eb57a8f501c917b0d78d8e836a
parent0d12f095b439b211ba10a51fd842e6f639459283
firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter

The OHCI_PARAM_DEBUG_BUSRESETS bit of debug module parameter was added at
a commit a007bb857e0b ("firewire: fw-ohci: conditionally log busReset
interrupts").

At the former commit, the bit becomes less meaningful, just to skip
logging.

This commit obsoletes it.

Link: https://lore.kernel.org/r/20240501073238.72769-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c