Re: [PATCH] gpio: pl061: drop duplicate printing of device name

2019-07-03 Thread Linus Walleij
On Wed, Jul 3, 2019 at 11:42 AM Enrico Weigelt, metux IT consult wrote: > From: Enrico Weigelt > > The dev_info() call already prints the device name, so there's > no need to explicitly include it in the message for second time. > > Signed-off-by: Enrico Weigelt True. Patch applied. Yours, Li

[PATCH] gpio: pl061: drop duplicate printing of device name

2019-07-03 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt The dev_info() call already prints the device name, so there's no need to explicitly include it in the message for second time. Signed-off-by: Enrico Weigelt --- drivers/gpio/gpio-pl061.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio