Skip to content

Commit 45dc8fc

Browse files
sudipm-mukherjeeThomas Zimmermann
authored and
Thomas Zimmermann
committed
fbdev/g364fb: fix build failure with mips
Fix the typo which resulted in the driver using FB_DEFAULT_IOMEM_HELPERS instead of FB_DEFAULT_IOMEM_OPS as the fbdev I/O helpers. Fixes: 5011260 ("fbdev/g364fb: Use fbdev I/O helpers") Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 978474d commit 45dc8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/g364fb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static int g364fb_blank(int blank, struct fb_info *info);
112112

113113
static const struct fb_ops g364fb_ops = {
114114
.owner = THIS_MODULE,
115-
FB_DEFAULT_IOMEM_HELPERS,
115+
FB_DEFAULT_IOMEM_OPS,
116116
.fb_setcolreg = g364fb_setcolreg,
117117
.fb_pan_display = g364fb_pan_display,
118118
.fb_blank = g364fb_blank,

0 commit comments

Comments
 (0)