Re: [PATCH] drm/ssd130x: Fix pre-charge period setting

2022-07-09 Thread Ezequiel Garcia
On Thu, Jul 7, 2022 at 5:37 AM Javier Martinez Canillas wrote: > > Hello Ezequiel, > > Thanks a lot for your patch. > > On 7/6/22 20:41, Ezequiel Garcia wrote: > > Fix small typo which causes the mask for the 'precharge1' setting > > to be used with the 'precharge2' value. > > > > Signed-off-by: E

Re: [PATCH] drm/ssd130x: Fix pre-charge period setting

2022-07-07 Thread Javier Martinez Canillas
Hello Ezequiel, Thanks a lot for your patch. On 7/6/22 20:41, Ezequiel Garcia wrote: > Fix small typo which causes the mask for the 'precharge1' setting > to be used with the 'precharge2' value. > > Signed-off-by: Ezequiel Garcia > --- > drivers/gpu/drm/solomon/ssd130x.c | 2 +- > 1 file chang