Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread Joe Perches
On Sat, 2016-09-24 at 18:55 +0200, SF Markus Elfring wrote: > > > +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > Why did you split it off from the patch where you attempt to use it? > I chose a special patch granularity once again. > > What good does this change do on its own? > I find that it

Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread Joe Perches
On Sat, 2016-09-24 at 18:55 +0200, SF Markus Elfring wrote: > > > +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > Why did you split it off from the patch where you attempt to use it? > I chose a special patch granularity once again. > > What good does this change do on its own? > I find that it

Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread SF Markus Elfring
>> +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt >> + > > Why did you split it off from the patch where you attempt to use it? I chose a special patch granularity once again. > What good does this change do on its own? I find that it is a preparation. - If this addition could not be accepted,

Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread SF Markus Elfring
>> +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt >> + > > Why did you split it off from the patch where you attempt to use it? I chose a special patch granularity once again. > What good does this change do on its own? I find that it is a preparation. - If this addition could not be accepted,

Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread Dmitry Torokhov
On Sat, Sep 24, 2016 at 03:48:54PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 24 Sep 2016 14:30:44 +0200 > > Add a definition for the macro "pr_fmt" so that its information can be used > for consistent message output. > > Signed-off-by:

Re: [PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread Dmitry Torokhov
On Sat, Sep 24, 2016 at 03:48:54PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 24 Sep 2016 14:30:44 +0200 > > Add a definition for the macro "pr_fmt" so that its information can be used > for consistent message output. > > Signed-off-by: Markus Elfring > --- >

[PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 24 Sep 2016 14:30:44 +0200 Add a definition for the macro "pr_fmt" so that its information can be used for consistent message output. Signed-off-by: Markus Elfring ---

[PATCH 3/4] Input-gameport: Add the macro "pr_fmt" for module "joydump"

2016-09-24 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 24 Sep 2016 14:30:44 +0200 Add a definition for the macro "pr_fmt" so that its information can be used for consistent message output. Signed-off-by: Markus Elfring --- drivers/input/joystick/joydump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git