Skip to content
Commit 405ddbfa authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] Revert "[media] media: au0828 change to use Managed Media Controller API"

Extending the lifetime of the media_device struct is not handled well
by the core, as it will erase some data from the struct, when
media_device_cleanup() is called after unregistering it.

While we have a fixup patch for it already, the usage of those new
functions are needed only when we share data with other drivers.

So, better to revert the changes.

This reverts commit 182dde7c

 ("[media] media: au0828 change
to use Managed Media Controller API")

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent c89178f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment