mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
soundwire: Revert "soundwire: debugfs: use controller id instead of link_id"
This reverts commit 6d5e7af1f6
("soundwire: debugfs: use controller id
instead of link_id") for now while we arrive at a better way for this.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
@@ -19,7 +19,7 @@ void sdw_bus_debugfs_init(struct sdw_bus *bus)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
/* create the debugfs master-N */
|
/* create the debugfs master-N */
|
||||||
snprintf(name, sizeof(name), "master-%d", bus->id);
|
snprintf(name, sizeof(name), "master-%d", bus->link_id);
|
||||||
bus->debugfs = debugfs_create_dir(name, sdw_debugfs_root);
|
bus->debugfs = debugfs_create_dir(name, sdw_debugfs_root);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user