]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/core-api/printk-formats.rst
lib/vsprintf: Remove atomic-unsafe support for %pCr
[linux.git] / Documentation / core-api / printk-formats.rst
index eb30efdd2e7896166e453ef47d8b0ad4e4c39c77..25dc591cb1108790229e18e33da2291eb0317c74 100644 (file)
@@ -419,11 +419,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.