20 Feb
2018
20 Feb
'18
9:30 p.m.
On 02/20/2018 08:26 PM, Fabio Estevam wrote:
On Tue, Feb 20, 2018 at 11:24 AM, Lars-Peter Clausen lars@metafoo.de wrote:
Any ideas why this second debugfs registration is being attempted?
One for the DMA, one for the I2S?
but this second debugfs registration only happens in linux-next.
On master it tries to only register once and it succeeds.
On linux-next it succeeds the first time and it fails the second time as it tries to register the same debugfs entry.
Because on linux-next they are all components now, before one was a platform, the other a component. So they were created in different sub-directories. Now they are created in the same sub-directory.