From: Mark Rutland Date: Wed, 19 Dec 2012 11:37:49 +0000 (+0000) Subject: arm: arch_timer: balance device_node refcounting X-Git-Tag: v3.9-rc1~115^2~8^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b55d10c46815d9660c0f1bc6044f7019ff384aa;p=pandora-kernel.git arm: arch_timer: balance device_node refcounting When we get the device_node for the arch timer, it's refcount is automatically incremented in of_find_matching_node, but it is never decremented. This patch decrements the refcount on the node after we're finished using it. Reported-by: Will Deacon Signed-off-by: Mark Rutland Acked-by: Santosh Shilimkar Acked-by: Catalin Marinas --- Reading git-diff-tree failed