On 15-01-21, 16:25, Srinivas Kandagatla wrote: > 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!" Yeah id is guaranteed to be unique so this will work. Applied, thanks -- ~Vinod