media_entity_put(9) 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.

COPYRIGHT