u-boot-brain/arch/arm/mach-tegra/tegra124
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err()
U-Boot widely uses error() as a bit noisier variant of printf().

This macro causes name conflict with the following line in
include/linux/compiler-gcc.h:

  # define __compiletime_error(message) __attribute__((error(message)))

This prevents us from using __compiletime_error(), and makes it
difficult to fully sync BUILD_BUG macros with Linux.  (Notice
Linux's BUILD_BUG_ON_MSG is implemented by using compiletime_assert().)

Let's convert error() into now treewide-available pr_err().

Done with the help of Coccinelle, excluing tools/ directory.

The semantic patch I used is as follows:

// <smpl>
@@@@
-error
+pr_err
 (...)
// </smpl>

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Re-run Coccinelle]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-10-04 11:59:44 -04:00
..
clock.c tegra: Init clocks even when SPL did not run 2017-06-09 13:39:32 -06:00
cpu.c Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc. 2015-08-05 15:22:51 -07:00
funcmux.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
Kconfig arm: tegra: initial support for apalis tk1 2017-04-01 15:44:36 -07:00
Makefile tegra: tegra124: Add a PMC syscon driver 2017-07-28 12:02:47 -06:00
pinmux.c ARM: tegra: enable MIPI PAD CTRL support for Tegra124 2015-03-30 09:54:06 -07:00
pmc.c tegra: tegra124: Add a PMC syscon driver 2017-07-28 12:02:47 -06:00
psci.c tegra124: Add PSCI support for Tegra124 2015-05-13 09:24:15 -07:00
xusb-padctl.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00