]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: firmware: psci: use pr_* log functions instead of printf()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 06:04:40 +0000 (15:04 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 15:23:53 +0000 (10:23 -0500)
commitaf4e6d3a03cf50c8aa635dd4479c0650f9745011
treeec4cb1bbda784843ac403b6861a58e230dd809f9
parent8a3556edbad4979f29ae9dcf319c29ea25da0e46
drivers: firmware: psci: use pr_* log functions instead of printf()

In Linux, the warning messages are printed out by pr_warn().

We can use Linux-like log functions in tree-wide.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/firmware/psci.c