diff --git a/net/bluetooth/iso.c b/net/bluetooth/iso.c index c46d123c30e14ad733af721343b8861d60c6f02b..9b365fb44fac6d3f932bfabba84b3c7a58eebfa5 100644 --- a/net/bluetooth/iso.c +++ b/net/bluetooth/iso.c @@ -2112,13 +2112,9 @@ int iso_init(void) hci_register_cb(&iso_cb); - if (IS_ERR_OR_NULL(bt_debugfs)) - return 0; - - if (!iso_debugfs) { + if (!IS_ERR_OR_NULL(bt_debugfs)) iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, NULL, &iso_debugfs_fops); - } iso_inited = true;