Replace tf_printf occurrences with ERROR
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 6 Apr 2017 13:46:38 +0000 (14:46 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 6 Apr 2017 13:46:38 +0000 (14:46 +0100)
commit38aecbb43e47ca82af6ac485207ff6d0b9eeb306
tree078a9e470fa3bd7d32fa53a7fd318a4bc52b0434
parent90e0ffd367c0e06bf42b323e78d7f4e455419a9e
Replace tf_printf occurrences with ERROR

The amount of console output is controlled by the LOG_LEVEL build
option. Using tf_printf without any #ifdef depending on the LOG_LEVEL
doesn't give the user that flexibility.

This patch replaces all occurrences of tf_printf that prints error, but
aren't dependent on LOG_LEVEL, with the ERROR macro.

Change-Id: Ib5147f14fc1579398a11f19ddd0e840ff6692831
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
drivers/arm/cci/cci.c