]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of: use pr_fmt prefix for all console printing
authorRob Herring <robh@kernel.org>
Wed, 15 Jun 2016 13:32:18 +0000 (08:32 -0500)
committerRob Herring <robh@kernel.org>
Mon, 18 Jul 2016 21:57:42 +0000 (16:57 -0500)
commit606ad42aa3b1fe8bb122305bef5aea79a6cef54b
treef744cc2b9cfb4f560a08ab5c99059a414dda0b37
parent15cc2ed6dcf91a8658e084be4e140147161819d7
of: use pr_fmt prefix for all console printing

Clean-up all the DT printk functions to use common pr_fmt prefix.

Some print statements such as kmalloc errors were redundant, so just
drop those.

Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Reviewed-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/address.c
drivers/of/base.c
drivers/of/dynamic.c
drivers/of/fdt.c
drivers/of/fdt_address.c
drivers/of/irq.c
drivers/of/of_pci.c
drivers/of/of_reserved_mem.c
drivers/of/overlay.c
drivers/of/platform.c
drivers/of/resolver.c