From: Dmitry Artamonow Date: Tue, 13 Mar 2012 05:46:27 +0000 (+0400) Subject: arm/tegra: pcie: fix return value of function X-Git-Tag: v3.4-rc1~34^2~3^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f926eecdfb6138fef91683667fc915af5071fff;p=pandora-kernel.git arm/tegra: pcie: fix return value of function In previous patch (arm/tegra: add timeout to PCIe PLL lock detection loop) tegra_pcie_enable_controller() function type has been changed from void to int, but the last return statement wasn't converted, so function returns undefined value. Fix it. Also while at it, address couple of minor concerns raised by reviewers: use usleep_range for delay, and lower the value of timeout to 300ms to be consistent with Nvidia Vibrante kernel. Signed-off-by: Dmitry Artamonow Acked-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed