[PATCH 0/2 v2] leds: tlc591xx: add missing of_node_put

From: Julia Lawall
Date: Sat Jul 15 2017 - 06:23:42 EST


This series first merges two conditionals and then adds of_node_put on
jumping out of for_each_child_of_node.

v2 adds the merge of conditionals, resulting in fewer of_node_put calls.