ASoC: odroidx2_max98090: Add missing of_node_put() calls
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 23 Jun 2014 13:28:36 +0000 (15:28 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:52 +0000 (11:59 +0900)
commit618e9b3f2921b685e6144150adf7153becd7f3e9
tree069d2a6790555295ed05c40dac262d1b05eca82a
parent2176c2b4e42878943fb98bc2add2c9c94aef8fb2
ASoC: odroidx2_max98090: Add missing of_node_put() calls

Ensure the acquired references to the DT nodes are properly released
on error paths and upon the driver's removal.

Change-Id: I8ffff330041ad6d6adbc1afff3c85154e18dd85d
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
sound/soc/samsung/odroidx2_max98090.c