Message ID | e6b19a4a-566b-d1a0-1847-ed1167e118b6@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/video/fbdev/omap/omapfb_main.c b/drivers/video/fbdev/omap/omapfb_main.c index 3479a47a3082..b0d91524bf6c 100644 --- a/drivers/video/fbdev/omap/omapfb_main.c +++ b/drivers/video/fbdev/omap/omapfb_main.c @@ -1647,8 +1647,6 @@ static int omapfb_do_probe(struct platform_device *pdev, fbdev = kzalloc(sizeof(struct omapfb_device), GFP_KERNEL); if (fbdev == NULL) { - dev_err(&pdev->dev, - "unable to allocate memory for device info\n"); r = -ENOMEM; goto cleanup; }