• M
    [media] media-entity: use mutes for link setup · 5c883edb
    Mauro Carvalho Chehab 提交于
    Changeset f8fd4c61b5ae ("[media] media-entity: protect object
    creation/removal using spin lock") changed the object creation/removal
    protection to spin lock, as this is what's used on media-device,
    keeping the mutex reserved for graph traversal routines. However, it
    also changed the link setup, by mistake.
    
    This could cause troubles, as the link setup can affect the graph
    traversal, and this is likely the reason for a mutex there.
    
    So, revert media_entity_setup_link() to use mutex.
    Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
    5c883edb
media-entity.c 19.5 KB