On Mon, Mar 09, 2015 at 03:12:26AM -0400, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int. An > appropriately named unsigned long is added and the assignment fixed up. > > Signed-off-by: Nicholas Mc Guire > --- > > This was only compile tested for tegra_defconfig > (implies CONFIG_ARCH_TEGRA_2x_SOC=y) > > Patch is against 4.0-rc2 linux-next (localversion-next is -next-20150306) > > drivers/soc/tegra/fuse/fuse-tegra20.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Applied, thanks. Thierry