drivers/rtc/rtc-88pm860x.c: add missing of_node_put()
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 6 Jun 2014 21:35:52 +0000 (14:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Jun 2014 23:08:07 +0000 (16:08 -0700)
commit1e83d48b5e84e4c71a073e35ea4e2e6d0a1bdaac
tree14714baab50abd469d46329df92a780398038bfd
parente66040cbd21fd731e818ef9261a893cb1ae5c90f
drivers/rtc/rtc-88pm860x.c: add missing of_node_put()

Add missing of_node_put() to decrement the reference count.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Cc: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-88pm860x.c