soundwire: debugfs: use controller id instead of link_id
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 15 Jan 2021 16:25:59 +0000 (16:25 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 19 Jan 2021 14:51:21 +0000 (20:21 +0530)
commit6d5e7af1f6f5924de5dd1ebe97675c2363100878
tree53a407f749a497cc0600ff9b41dd7afaae383e8d
parentc219624c50d57e45d0e9d5345eb1c47ab5523b85
soundwire: debugfs: use controller id instead of link_id

link_id can be zero and if we have multiple controller instances
in a system like Qualcomm debugfs will end-up with duplicate namespace
resulting in incorrect debugfs entries.

Using id should give a unique debugfs directory entry and should fix below
warning too.
"debugfs: Directory 'master-0' with parent 'soundwire' already present!"

Fixes: bf03473d5bcc ("soundwire: add debugfs support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210115162559.20869-1-srinivas.kandagatla@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/debugfs.c