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

2015-09-21 Thread Winkler, Tomas


> -Original Message-
> From: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org]
> Sent: Monday, September 21, 2015 10:37
> To: Alexander Kuleshov
> Cc: Winkler, Tomas; Arnd Bergmann; Usyskin, Alexander; LKML
> Subject: Re: [char-misc 1/2] mei: Fix debugfs filename in error output
> 
> On Mon, Sep 21, 2015 at 01:07:21PM +0600, Alexander Kuleshov wrote:
> > Hello Greg,
> >
> > On Mon, Sep 21, 2015 at 8:25 AM, Greg Kroah-Hartman
> >  wrote:
> > > On Mon, Aug 24, 2015 at 03:27:36PM +0300, Tomas Winkler wrote:
> > >> From: "Signed-off-by: Alexander Kuleshov" 
> > >
> > > I kind of doubt that's the real author name :(
> > >
> >
> > Why? I've definitely sent this patch sometime ago
> > (https://lkml.org/lkml/2015/8/14/560)
> 
> Look at the line carefully.

I will resend w/o signed off
Tomas

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2015-09-21 Thread Greg Kroah-Hartman
On Mon, Sep 21, 2015 at 01:07:21PM +0600, Alexander Kuleshov wrote:
> Hello Greg,
> 
> On Mon, Sep 21, 2015 at 8:25 AM, Greg Kroah-Hartman
>  wrote:
> > On Mon, Aug 24, 2015 at 03:27:36PM +0300, Tomas Winkler wrote:
> >> From: "Signed-off-by: Alexander Kuleshov" 
> >
> > I kind of doubt that's the real author name :(
> >
> 
> Why? I've definitely sent this patch sometime ago
> (https://lkml.org/lkml/2015/8/14/560)

Look at the line carefully...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2015-09-21 Thread Alexander Kuleshov
Hello Greg,

On Mon, Sep 21, 2015 at 8:25 AM, Greg Kroah-Hartman
 wrote:
> On Mon, Aug 24, 2015 at 03:27:36PM +0300, Tomas Winkler wrote:
>> From: "Signed-off-by: Alexander Kuleshov" 
>
> I kind of doubt that's the real author name :(
>

Why? I've definitely sent this patch sometime ago
(https://lkml.org/lkml/2015/8/14/560)

Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2015-09-20 Thread Greg Kroah-Hartman
On Mon, Aug 24, 2015 at 03:27:36PM +0300, Tomas Winkler wrote:
> From: "Signed-off-by: Alexander Kuleshov" 

I kind of doubt that's the real author name :(

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2015-08-24 Thread Tomas Winkler
From: "Signed-off-by: Alexander Kuleshov" 

Signed-off-by: Alexander Kuleshov 
Signed-off-by: Tomas Winkler 
---
 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 4b469cf9e60f..c157f0ba575c 100644
--- a/drivers/misc/mei/debugfs.c
+++ b/drivers/misc/mei/debugfs.c
@@ -213,7 +213,7 @@ int mei_dbgfs_register(struct mei_device *dev, const char 
*name)
f = debugfs_create_file("active", S_IRUSR, dir,
dev, &mei_dbgfs_fops_active);
if (!f) {
-   dev_err(dev->dev, "meclients: registration failed\n");
+   dev_err(dev->dev, "active: registration failed\n");
goto err;
}
f = debugfs_create_file("devstate", S_IRUSR, dir,
-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/