aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/mbx/mbxfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/mbx/mbxfb.c')
-rw-r--r--drivers/video/fbdev/mbx/mbxfb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/fbdev/mbx/mbxfb.c b/drivers/video/fbdev/mbx/mbxfb.c
index 6ded480a69b4..50935252b50b 100644
--- a/drivers/video/fbdev/mbx/mbxfb.c
+++ b/drivers/video/fbdev/mbx/mbxfb.c
@@ -899,10 +899,8 @@ static int mbxfb_probe(struct platform_device *dev)
}
fbi = framebuffer_alloc(sizeof(struct mbxfb_info), &dev->dev);
- if (fbi == NULL) {
- dev_err(&dev->dev, "framebuffer_alloc failed\n");
+ if (!fbi)
return -ENOMEM;
- }
mfbi = fbi->par;
fbi->pseudo_palette = mfbi->pseudo_palette;