forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/drivers/video/fbdev/sunxvr2500.c
....@@ -63,7 +63,7 @@
6363 return 0;
6464 }
6565
66
-static struct fb_ops s3d_ops = {
66
+static const struct fb_ops s3d_ops = {
6767 .owner = THIS_MODULE,
6868 .fb_setcolreg = s3d_setcolreg,
6969 .fb_fillrect = cfb_fillrect,
....@@ -132,7 +132,6 @@
132132
133133 info = framebuffer_alloc(sizeof(struct s3d_info), &pdev->dev);
134134 if (!info) {
135
- printk(KERN_ERR "s3d: Cannot allocate fb_info\n");
136135 err = -ENOMEM;
137136 goto err_disable;
138137 }