On 06/10/2013 04:54 PM, Sylwester Nawrocki wrote: > +void media_entity_remove_links(struct media_entity *entity) > +{ > + /* Do nothing if the entity is not registered. */ > + if (entity->parent == NULL) > + return; > + > + mutex_lock(&entity->parent->graph_mutex); > + __media_entity_remove_links(entity); > + mutex_lock(&entity->parent->graph_mutex); And this bug snicked in again during rebase, I've noticed this yesterday, after posting and more testing. I'll keep it corrected locally, unless there is v4 needed. Regards, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html