Revert "[POWERPC] Rename get_property to of_get_property: drivers"
[powerpc.git] / drivers / scsi / ibmvscsi / rpa_vscsi.c
index 227c0f2..0a533f3 100644 (file)
@@ -157,7 +157,7 @@ static void gather_partition_info(void)
        const unsigned int *p_number_ptr;
 
        /* Retrieve information about this partition */
-       rootdn = find_path_device("/");
+       rootdn = of_find_node_by_path("/");
        if (!rootdn) {
                return;
        }
@@ -169,6 +169,7 @@ static void gather_partition_info(void)
        p_number_ptr = get_property(rootdn, "ibm,partition-no", NULL);
        if (p_number_ptr)
                partition_number = *p_number_ptr;
+       of_node_put(rootdn);
 }
 
 static void set_adapter_info(struct ibmvscsi_host_data *hostdata)