]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ssd130x: fix ssd132x_clear_screen() columns
authorJohn Keeping <jkeeping@inmusicbrands.com>
Wed, 11 Jun 2025 11:13:06 +0000 (12:13 +0100)
committerJavier Martinez Canillas <javierm@redhat.com>
Thu, 12 Jun 2025 12:04:56 +0000 (14:04 +0200)
commite479da4054875c4cc53a7fb956ebff03d2dac939
tree09714ab24bb34c6484a8b90e1ee4a238791c826e
parentafe382843717d44b24ef5014d57dcbaab75a4052
drm/ssd130x: fix ssd132x_clear_screen() columns

The number of columns relates to the width, not the height.  Use the
correct variable.

Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Fixes: fdd591e00a9c ("drm/ssd130x: Add support for the SSD132x OLED controller family")
Link: https://lore.kernel.org/r/20250611111307.1814876-1-jkeeping@inmusicbrands.com
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
drivers/gpu/drm/solomon/ssd130x.c