Re: [PATCH 1/2] driver core: printk to pr_*

2019-04-16 Thread Greg Kroah-Hartman
On Fri, Apr 12, 2019 at 04:47:54PM +0100, Willy Wolff wrote: > Signed-off-by: Willy Wolff I do not take patches without any changelog text, sorry. > --- > drivers/base/dd.c | 18 -- > 1 file changed, 8 insertions(+), 10 deletions(-) > > diff --git a/drivers/base/dd.c b/drivers/

Re: [PATCH 1/2] driver core: printk to pr_*

2019-04-13 Thread Joe Perches
On Fri, 2019-04-12 at 16:47 +0100, Willy Wolff wrote: > Signed-off-by: Willy Wolff Most people seem to prefer some type of commit message before your sign-off. And trivia: > diff --git a/drivers/base/dd.c b/drivers/base/dd.c [] > @@ -602,8 +601,8 @@ static int really_probe_debug(struct device *

[PATCH 1/2] driver core: printk to pr_*

2019-04-12 Thread Willy Wolff
Signed-off-by: Willy Wolff --- drivers/base/dd.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/base/dd.c b/drivers/base/dd.c index a823f469e53f..1bc4557a0f49 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -328,7 +328,7 @@ bool device_is