kernel/drivers/clk/ti/fixed-factor.c
.. .. @@ -42,12 +42,12 @@ 42 42 u32 flags = 0; 43 43 44 44 if (of_property_read_u32(node, "ti,clock-div", &div)) { 45 45 46 46 return; 47 47 } 48 48 49 49 if (of_property_read_u32(node, "ti,clock-mult", &mult)) { 50 50 51 51 return; 52 52 } 53 53