OSDN Git Service

Merge 4.4.195 into android-4.4-p
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / Documentation / printk-formats.txt
index b784c27..ed6f6ab 100644 (file)
@@ -273,11 +273,10 @@ struct clk:
 
        %pC     pll1
        %pCn    pll1
-       %pCr    1560000000
 
        For printing struct clk structures. '%pC' and '%pCn' print the name
        (Common Clock Framework) or address (legacy clock framework) of the
-       structure; '%pCr' prints the current clock rate.
+       structure.
 
        Passed by reference.