]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: video-mux: Skip dangling endpoints
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 22 Mar 2021 14:44:08 +0000 (15:44 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 08:38:35 +0000 (10:38 +0200)
commit215e08fb81e98461a73da30c234541794e0246f6
treef43b6016ffd91140071e3e4f7a1924eaf7f5b89f
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
media: video-mux: Skip dangling endpoints

i.MX6 device tree include files contain dangling endpoints for the
board device tree writers' convenience. These are still included in
many existing device trees.
Treat dangling endpoints as non-existent to support them.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: 612b385efb1e ("media: video-mux: Create media links in bound notifier")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/video-mux.c