Re: [PATCH] video: ssd1307fb: add the missed regulator_disable

2020-01-15 Thread Bartlomiej Zolnierkiewicz
On 12/6/19 3:09 PM, Michal Vokáč wrote: > On 18. 11. 19 12:41, Chuhong Yuan wrote: >> The driver forgets to disable the regulator in remove like what is done >> in probe failure. >> Add the missed call to fix it. >> >> Signed-off-by: Chuhong Yuan >> --- >>   drivers/video/fbdev/ssd1307fb.c | 2 ++

Re: [PATCH] video: ssd1307fb: add the missed regulator_disable

2019-12-06 Thread Michal Vokáč
On 18. 11. 19 12:41, Chuhong Yuan wrote: The driver forgets to disable the regulator in remove like what is done in probe failure. Add the missed call to fix it. Signed-off-by: Chuhong Yuan --- drivers/video/fbdev/ssd1307fb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/vide

[PATCH] video: ssd1307fb: add the missed regulator_disable

2019-11-19 Thread Chuhong Yuan
The driver forgets to disable the regulator in remove like what is done in probe failure. Add the missed call to fix it. Signed-off-by: Chuhong Yuan --- drivers/video/fbdev/ssd1307fb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd