Commit ded1c8fa authored by Markus Elfring's avatar Markus Elfring Committed by Mauro Carvalho Chehab
Browse files

[media] DaVinci-VPIF-Display: Delete an error message for a failed memory allocation

parent d5cf467e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1276,7 +1276,6 @@ static __init int vpif_probe(struct platform_device *pdev)
	subdevdata = vpif_obj.config->subdevinfo;
	vpif_obj.sd = kcalloc(subdev_count, sizeof(*vpif_obj.sd), GFP_KERNEL);
	if (vpif_obj.sd == NULL) {
		vpif_err("unable to allocate memory for subdevice pointers\n");
		err = -ENOMEM;
		goto vpif_unregister;
	}