Skip to content

Commit eae9350

Browse files
committed
Merge tag 'staging-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Pull staging driver fix from Greg KH: "Here is a single staging driver fix for 5.17-rc6. It resolves a reported problem in the fbtft fb_st7789v.c driver that could cause the display to be flipped in cold weather. It has been in linux-next with no reported problems" * tag 'staging-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: staging: fbtft: fb_st7789v: reset display before initialization
2 parents d8fc3bb + b6821b0 commit eae9350

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/staging/fbtft/fb_st7789v.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ static int init_display(struct fbtft_par *par)
144144
{
145145
int rc;
146146

147+
par->fbtftops.reset(par);
148+
147149
rc = init_tearing_effect_line(par);
148150
if (rc)
149151
return rc;

0 commit comments

Comments
 (0)