Name

media_entity_put — Release the reference to the parent module

Synopsis

void media_entity_put (struct media_entity * entity);
 

Arguments

entity

The entity

Description

Release the reference count acquired by media_entity_get.

The function will return immediately if entity is NULL.