]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: trf7970a: Remove incorrect of_node_put() call
authorMark A. Greer <mgreer@animalcreek.com>
Tue, 2 Sep 2014 22:12:15 +0000 (15:12 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 7 Sep 2014 21:13:42 +0000 (23:13 +0200)
commit5beb4dc0caf33026bb35a2d0f574fcc40518627a
treed1d5031fe707f8c81985ec38436fe7f33afb677b
parente68fcbd50fa0f6beec1a19714e67fb1dffd259c4
NFC: trf7970a: Remove incorrect of_node_put() call

of_property_read_u32() does not take a reference
to the specified OF node so don't call of_node_put()
in trf7970a_get_autosuspend_delay().

Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/trf7970a.c