Re: [PATCH] auxdisplay: ht16k33: Fix refresh rate handling

2021-01-25 Thread Miguel Ojeda
On Fri, Jan 22, 2021 at 4:39 PM Geert Uytterhoeven wrote: > > Drop the call to msecs_to_jiffies(), as "HZ / fbdev->refresh_rate" is > already the number of jiffies to wait. Applied to -next, thanks! Cheers, Miguel

[PATCH] auxdisplay: ht16k33: Fix refresh rate handling

2021-01-22 Thread Geert Uytterhoeven
Drop the call to msecs_to_jiffies(), as "HZ / fbdev->refresh_rate" is already the number of jiffies to wait. Fixes: 8992da44c6805d53 ("auxdisplay: ht16k33: Driver for LED controller") Signed-off-by: Geert Uytterhoeven --- drivers/auxdisplay/ht16k33.c | 3 +-- 1 file changed, 1 insertion(+), 2