]> Git Repo - linux.git/commit
media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()
authorLaurent Pinchart <[email protected]>
Mon, 21 Mar 2022 14:51:34 +0000 (14:51 +0000)
committerMauro Carvalho Chehab <[email protected]>
Sun, 24 Apr 2022 07:13:07 +0000 (08:13 +0100)
commit1f391df446077d62514ee29f75970dff3d55a432
treecbca827092da21aa8a42e778b331cb75feb276f7
parent229fac6c44dcade7b4c40031ec5fac3134453e77
media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()

Matching on device fwnode handles is deprecated in favour of endpoint
fwnode handles. Switch the __v4l2_async_nf_add_fwnode_remote() function
to use the latter. The match code handles backward compatibility by
falling by to the device fwnode handle, so this shouldn't introduce any
regression.

Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/v4l2-core/v4l2-async.c
This page took 0.050579 seconds and 4 git commands to generate.