projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18de2f7
)
soundwire: Revert "soundwire: debugfs: use controller id instead of link_id"
author
Vinod Koul
<vkoul@kernel.org>
Sat, 6 Feb 2021 10:21:22 +0000
(15:51 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Sat, 6 Feb 2021 10:22:21 +0000
(15:52 +0530)
This reverts commit
6d5e7af1f6f5
("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>
drivers/soundwire/debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/soundwire/debugfs.c
b/drivers/soundwire/debugfs.c
index 5f9efa42bb25be6762935f022610feeedd825d7a..b6cad0d59b7b9f2562d6a1c275315b10f5c02581 100644
(file)
--- a/
drivers/soundwire/debugfs.c
+++ b/
drivers/soundwire/debugfs.c
@@
-19,7
+19,7
@@
void sdw_bus_debugfs_init(struct sdw_bus *bus)
return;
/* 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);
}