Re: [PATCH] extcon: max77693: Delete an unnecessary variable initialisation in max77693_muic_set_path()

2017-11-09 Thread Chanwoo Choi
Hi, On 2017년 11월 09일 17:49, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 9 Nov 2017 09:40:59 +0100 > > The variable "ret" will be set to an appropriate value a bit later. > Thus omit the explicit initialisation at the beginning. > > Signed-off-by:

Re: [PATCH] extcon: max77693: Delete an unnecessary variable initialisation in max77693_muic_set_path()

2017-11-09 Thread Chanwoo Choi
Hi, On 2017년 11월 09일 17:49, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 9 Nov 2017 09:40:59 +0100 > > The variable "ret" will be set to an appropriate value a bit later. > Thus omit the explicit initialisation at the beginning. > > Signed-off-by: Markus Elfring > --- >

[PATCH] extcon: max77693: Delete an unnecessary variable initialisation in max77693_muic_set_path()

2017-11-09 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 9 Nov 2017 09:40:59 +0100 The variable "ret" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring ---

[PATCH] extcon: max77693: Delete an unnecessary variable initialisation in max77693_muic_set_path()

2017-11-09 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 9 Nov 2017 09:40:59 +0100 The variable "ret" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring --- drivers/extcon/extcon-max77693.c | 2 +- 1 file changed, 1 insertion(+), 1