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)
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

index 3e950ddaaf77544010779f0694cdc7d01389268a..4387b55f9c70bda74954541e2cc560d1735ff1f5 100644 (file)
@@ -1253,8 +1253,6 @@ static int trf7970a_get_autosuspend_delay(struct device_node *np)
        if (ret)
                autosuspend_delay = TRF7970A_AUTOSUSPEND_DELAY;
 
-       of_node_put(np);
-
        return autosuspend_delay;
 }
 
This page took 0.025854 seconds and 5 git commands to generate.