From: Stephen Warren Date: Fri, 6 Dec 2013 21:31:02 +0000 (-0700) Subject: ARM: tegra: add missing break to fuse initialization code X-Git-Tag: v3.13-rc4~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b988ba1b4eba12008107b16fe3714293afdca47e;p=pandora-kernel.git ARM: tegra: add missing break to fuse initialization code Add a missing break to the switch in tegra_init_fuse() which determines which SoC the code is running on. This prevents the Tegra30+ fuse handling code from running on Tegra20. Fixes: 3bd1ae57f7bb ("ARM: tegra: add fuses as device randomness") Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed