forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/video/fbdev/sunxvr500.c
....@@ -186,7 +186,7 @@
186186 spin_unlock_irqrestore(&ep->lock, flags);
187187 }
188188
189
-static struct fb_ops e3d_ops = {
189
+static const struct fb_ops e3d_ops = {
190190 .owner = THIS_MODULE,
191191 .fb_setcolreg = e3d_setcolreg,
192192 .fb_fillrect = e3d_fillrect,
....@@ -272,7 +272,6 @@
272272
273273 info = framebuffer_alloc(sizeof(struct e3d_info), &pdev->dev);
274274 if (!info) {
275
- printk(KERN_ERR "e3d: Cannot allocate fb_info\n");
276275 err = -ENOMEM;
277276 goto err_disable;
278277 }