mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
Revert "firewire: core: option to log bus reset initiation"
This reverts commit 6732491243045f5a7e1995b4be5f3c964b579ebd. The former commit adds some alternative tracepoints events to replace the reverted kernel log messages. Link: https://lore.kernel.org/r/20240501073238.72769-5-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
This commit is contained in:
@@ -1390,12 +1390,5 @@ static void __exit fw_core_cleanup(void)
|
||||
idr_destroy(&fw_device_idr);
|
||||
}
|
||||
|
||||
int fw_core_param_debug;
|
||||
module_param_named(debug, fw_core_param_debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "Verbose logging (default = 0"
|
||||
", bus resets = " __stringify(FW_CORE_PARAM_DEBUG_BUSRESETS)
|
||||
")");
|
||||
|
||||
|
||||
module_init(fw_core_init);
|
||||
module_exit(fw_core_cleanup);
|
||||
|
||||
Reference in New Issue
Block a user