OSDN Git Service

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)
commitd3a6d33a7f72fa4d3bb0224da0839a5ca871d7a4
treed1d5031fe707f8c81985ec38436fe7f33afb677b
parent83724c3329c93f9efc7f53498edd4c538e724366
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