Re: [PATCH v3 6/8] gpio: mockup: improve the error message

2017-06-20 Thread Linus Walleij
On Fri, Jun 9, 2017 at 1:41 PM, Bartosz Golaszewski wrote: > Indicate the error number and make the message a bit more elaborate. > > Signed-off-by: Bartosz Golaszewski Patch applied. Yours, Linus Walleij

[PATCH v3 6/8] gpio: mockup: improve the error message

2017-06-09 Thread Bartosz Golaszewski
Indicate the error number and make the message a bit more elaborate. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-mockup.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index ab2d38e..2f4fe41 100644 --