tegra124: remove spurious error message

Configuring a link bandwidth configuration and then
complaining that it's invalid seems unreasonable.

Change-Id: I6423da6700d4f266222458758c885a4ea47e0df9
Found-by: Coverity Scan
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/7502
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
This commit is contained in:
Patrick Georgi 2014-11-17 09:30:59 +01:00 committed by Patrick Georgi
parent 68e4cbd9d6
commit 2dc01324f5
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ void tegra_dc_sor_power_down_unused_lanes(struct tegra_dc_sor_data *sor)
case SOR_LINK_SPEED_G5_4: case SOR_LINK_SPEED_G5_4:
drive_current = 0x19191919; drive_current = 0x19191919;
pre_emphasis = 0x09090909; pre_emphasis = 0x09090909;
break;
default: default:
printk(BIOS_ERR, "Invalid sor link bandwidth: %d\n", printk(BIOS_ERR, "Invalid sor link bandwidth: %d\n",
sor->link_cfg->link_bw); sor->link_cfg->link_bw);