Re: [PATCH v6 3/8] interconnect: Add debugfs support

2018-07-20 Thread Georgi Djakov
Hi Greg, On 15.07.18 г. 15:15, Greg KH wrote: > On Mon, Jul 09, 2018 at 06:50:59PM +0300, Georgi Djakov wrote: >> +static int __init icc_debugfs_init(void) >> +{ >> +struct dentry *file; >> + >> +icc_debugfs_dir = debugfs_create_dir("interconnect", NULL); >> +if (!icc_debugfs_dir) {

Re: [PATCH v6 3/8] interconnect: Add debugfs support

2018-07-20 Thread Georgi Djakov
Hi Greg, On 15.07.18 г. 15:15, Greg KH wrote: > On Mon, Jul 09, 2018 at 06:50:59PM +0300, Georgi Djakov wrote: >> +static int __init icc_debugfs_init(void) >> +{ >> +struct dentry *file; >> + >> +icc_debugfs_dir = debugfs_create_dir("interconnect", NULL); >> +if (!icc_debugfs_dir) {

Re: [PATCH v6 3/8] interconnect: Add debugfs support

2018-07-15 Thread Greg KH
On Mon, Jul 09, 2018 at 06:50:59PM +0300, Georgi Djakov wrote: > +static int __init icc_debugfs_init(void) > +{ > + struct dentry *file; > + > + icc_debugfs_dir = debugfs_create_dir("interconnect", NULL); > + if (!icc_debugfs_dir) { > + pr_err("interconnect: error creating

Re: [PATCH v6 3/8] interconnect: Add debugfs support

2018-07-15 Thread Greg KH
On Mon, Jul 09, 2018 at 06:50:59PM +0300, Georgi Djakov wrote: > +static int __init icc_debugfs_init(void) > +{ > + struct dentry *file; > + > + icc_debugfs_dir = debugfs_create_dir("interconnect", NULL); > + if (!icc_debugfs_dir) { > + pr_err("interconnect: error creating