hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/video/fbdev/sunxvr1000.c
....@@ -59,7 +59,7 @@
5959 return 0;
6060 }
6161
62
-static struct fb_ops gfb_ops = {
62
+static const struct fb_ops gfb_ops = {
6363 .owner = THIS_MODULE,
6464 .fb_setcolreg = gfb_setcolreg,
6565 .fb_fillrect = cfb_fillrect,
....@@ -121,7 +121,6 @@
121121
122122 info = framebuffer_alloc(sizeof(struct gfb_info), &op->dev);
123123 if (!info) {
124
- printk(KERN_ERR "gfb: Cannot allocate fb_info\n");
125124 err = -ENOMEM;
126125 goto err_out;
127126 }