Re: [PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-25 Thread gre...@linuxfoundation.org
On Thu, Mar 25, 2021 at 04:52:12AM +, Vaittinen, Matti wrote: > > On Thu, 2021-03-25 at 09:49 +0900, Chanwoo Choi wrote: > > On 3/24/21 6:51 PM, Vaittinen, Matti wrote: > > > Hello Hans, Chanwoo, Greg, > > > > > > On Wed, 2021-03-24 at 10:25 +0100, Hans de Goede wrote: > > > > Hi, > > > > >

Re: [PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-24 Thread Vaittinen, Matti
On Thu, 2021-03-25 at 09:49 +0900, Chanwoo Choi wrote: > On 3/24/21 6:51 PM, Vaittinen, Matti wrote: > > Hello Hans, Chanwoo, Greg, > > > > On Wed, 2021-03-24 at 10:25 +0100, Hans de Goede wrote: > > > Hi, > > > > > > On 3/24/21 10:21 AM, Matti Vaittinen wrote: > > > > Add error print for probe

Re: [PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-24 Thread Chanwoo Choi
On 3/24/21 6:51 PM, Vaittinen, Matti wrote: > Hello Hans, Chanwoo, Greg, > > On Wed, 2021-03-24 at 10:25 +0100, Hans de Goede wrote: >> Hi, >> >> On 3/24/21 10:21 AM, Matti Vaittinen wrote: >>> Add error print for probe failure when resource managed work-queue >>> initialization fails. >>> >>>

Re: [PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-24 Thread Vaittinen, Matti
Hello Hans, Chanwoo, Greg, On Wed, 2021-03-24 at 10:25 +0100, Hans de Goede wrote: > Hi, > > On 3/24/21 10:21 AM, Matti Vaittinen wrote: > > Add error print for probe failure when resource managed work-queue > > initialization fails. > > > > Signed-off-by: Matti Vaittinen > > Suggested-by:

Re: [PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-24 Thread Hans de Goede
Hi, On 3/24/21 10:21 AM, Matti Vaittinen wrote: > Add error print for probe failure when resource managed work-queue > initialization fails. > > Signed-off-by: Matti Vaittinen > Suggested-by: Chanwoo Choi > --- > drivers/extcon/extcon-gpio.c | 4 +++- > 1 file changed, 3 insertions(+), 1

[PATCH 1/2] extcon: extcon-gpio: Log error if work-queue init fails

2021-03-24 Thread Matti Vaittinen
Add error print for probe failure when resource managed work-queue initialization fails. Signed-off-by: Matti Vaittinen Suggested-by: Chanwoo Choi --- drivers/extcon/extcon-gpio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/extcon/extcon-gpio.c