Loading arch/arm/mm/cache-tauros2.c +8 −9 Original line number Diff line number Diff line Loading @@ -287,9 +287,7 @@ void __init tauros2_init(unsigned int features) node = of_find_matching_node(NULL, tauros2_ids); if (!node) { pr_info("Not found marvell,tauros2-cache, disable it\n"); return; } } else { ret = of_property_read_u32(node, "marvell,tauros2-cache-features", &f); if (ret) { pr_info("Not found marvell,tauros-cache-features property, " Loading @@ -297,6 +295,7 @@ void __init tauros2_init(unsigned int features) features = 0; } else features = f; } #endif tauros2_internal_init(features); } Loading
arch/arm/mm/cache-tauros2.c +8 −9 Original line number Diff line number Diff line Loading @@ -287,9 +287,7 @@ void __init tauros2_init(unsigned int features) node = of_find_matching_node(NULL, tauros2_ids); if (!node) { pr_info("Not found marvell,tauros2-cache, disable it\n"); return; } } else { ret = of_property_read_u32(node, "marvell,tauros2-cache-features", &f); if (ret) { pr_info("Not found marvell,tauros-cache-features property, " Loading @@ -297,6 +295,7 @@ void __init tauros2_init(unsigned int features) features = 0; } else features = f; } #endif tauros2_internal_init(features); }