]> git.ipfire.org Git - thirdparty/linux.git/commit
firewire: ohci: deprecate debug parameter
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 3 Sep 2024 10:14:55 +0000 (19:14 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 3 Sep 2024 10:14:55 +0000 (19:14 +0900)
commitcd7023729877e41f958178e9aa9cc86e71246e34
treeda6ded3071fe9de79299abe66704e609f1d29063
parente2c87f484190b12fedcea9c428906aafcb8783cf
firewire: ohci: deprecate debug parameter

Many tracepoints events have been added to 6.10 and 6.11 kernels. They are
available as an alternative of debug parameter in firewire-ohci module.

The logging messages enabled by the parameter require some cumbersomes in
a point of maintenance; e.g. the code to decode transaction frame.

This commit adds deprecation text to conduct users to them..

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