Re: [PATCH] debugfs: make error message a bit more verbose

2019-07-06 Thread Mark Brown
On Sat, Jul 06, 2019 at 05:42:56PM +0200, Greg Kroah-Hartman wrote: > When a file/directory is already present in debugfs, and it is attempted > to be created again, be more specific about what file/directory is being > created and where it is trying to be created to give a bit more help to > devel

[PATCH] debugfs: make error message a bit more verbose

2019-07-06 Thread Greg Kroah-Hartman
When a file/directory is already present in debugfs, and it is attempted to be created again, be more specific about what file/directory is being created and where it is trying to be created to give a bit more help to developers to figure out the problem. Cc: Stephen Rothwell Cc: Rafael J. Wysock