Re: [U-Boot] [RESEND PATCH] ddr: altera: silence PHY calibration unless in debug mode

2018-01-25 Thread Marek Vasut
On 01/25/2018 07:04 AM, Goldschmidt Simon wrote: > This driver has been using printf() including filename since it was > added. Convert to using debug() instead. > > Signed-off-by: Simon Goldschmidt Applied, thanks -- Best regards, Marek Vasut ___ U-

[U-Boot] [RESEND PATCH] ddr: altera: silence PHY calibration unless in debug mode

2018-01-24 Thread Goldschmidt Simon
This driver has been using printf() including filename since it was added. Convert to using debug() instead. Signed-off-by: Simon Goldschmidt --- drivers/ddr/altera/sequencer.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/ddr/altera/sequencer.c b/drivers/dd