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

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

parent b442c46f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1461,7 +1461,6 @@ static __init int vpif_probe(struct platform_device *pdev)
	subdev_count = vpif_obj.config->subdev_count;
	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;
	}