Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-25 Thread 'Greg Kroah-Hartman'
On Sun, Oct 25, 2015 at 12:45:30PM +, Winkler, Tomas wrote: > > > > > > > > goto err; > > > > > > > > > > You should never care if a debugfs call fails or not. > > > > > > > > The system should not be dependent on the debug feature but, it is > > > > always good to know if there

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-25 Thread Winkler, Tomas
> > > > > > goto err; > > > > > > > > You should never care if a debugfs call fails or not. > > > > > > The system should not be dependent on the debug feature but, it is > > > always good to know if there our system is failing > > > > And what can you do if it is "failing"? Really

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-25 Thread Winkler, Tomas
> > > > > > goto err; > > > > > > > > You should never care if a debugfs call fails or not. > > > > > > The system should not be dependent on the debug feature but, it is > > > always good to know if there our system is failing > > > > And what can you do if it is "failing"? Really

Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-25 Thread 'Greg Kroah-Hartman'
On Sun, Oct 25, 2015 at 12:45:30PM +, Winkler, Tomas wrote: > > > > > > > > goto err; > > > > > > > > > > You should never care if a debugfs call fails or not. > > > > > > > > The system should not be dependent on the debug feature but, it is > > > > always good to know if there

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-06 Thread Winkler, Tomas
> > > > goto err; > > > > > > You should never care if a debugfs call fails or not. > > > > The system should not be dependent on the debug feature but, it is > > always good to know if there our system is failing > > And what can you do if it is "failing"? Really nothing, so

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-06 Thread Winkler, Tomas
> > > > goto err; > > > > > > You should never care if a debugfs call fails or not. > > > > The system should not be dependent on the debug feature but, it is > > always good to know if there our system is failing > > And what can you do if it is "failing"? Really nothing, so

Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-05 Thread Greg Kroah-Hartman
On Mon, Oct 05, 2015 at 02:47:35PM +, Winkler, Tomas wrote: > > > > On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > > > From: Alexander Kuleshov > > > > > > Signed-off-by: Alexander Kuleshov > > > Signed-off-by: Tomas Winkler > > > --- > > > V2: fixed author address > > >

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-05 Thread Winkler, Tomas
> > On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > > From: Alexander Kuleshov > > > > Signed-off-by: Alexander Kuleshov > > Signed-off-by: Tomas Winkler > > --- > > V2: fixed author address > > > > drivers/misc/mei/debugfs.c | 2 +- > > 1 file changed, 1 insertion(+), 1

RE: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-05 Thread Winkler, Tomas
> > On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > > From: Alexander Kuleshov > > > > Signed-off-by: Alexander Kuleshov > > Signed-off-by: Tomas Winkler > > --- > > V2: fixed author address > > > >

Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-05 Thread Greg Kroah-Hartman
On Mon, Oct 05, 2015 at 02:47:35PM +, Winkler, Tomas wrote: > > > > On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > > > From: Alexander Kuleshov > > > > > > Signed-off-by: Alexander Kuleshov > > > Signed-off-by: Tomas Winkler

Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-04 Thread Greg Kroah-Hartman
On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > From: Alexander Kuleshov > > Signed-off-by: Alexander Kuleshov > Signed-off-by: Tomas Winkler > --- > V2: fixed author address > > drivers/misc/mei/debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-10-04 Thread Greg Kroah-Hartman
On Mon, Sep 21, 2015 at 10:58:15AM +0300, Tomas Winkler wrote: > From: Alexander Kuleshov > > Signed-off-by: Alexander Kuleshov > Signed-off-by: Tomas Winkler > --- > V2: fixed author address > >

[char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-09-21 Thread Tomas Winkler
From: Alexander Kuleshov Signed-off-by: Alexander Kuleshov Signed-off-by: Tomas Winkler --- V2: fixed author address drivers/misc/mei/debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/mei/debugfs.c b/drivers/misc/mei/debugfs.c index

[char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output

2015-09-21 Thread Tomas Winkler
From: Alexander Kuleshov Signed-off-by: Alexander Kuleshov Signed-off-by: Tomas Winkler --- V2: fixed author address drivers/misc/mei/debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git