From: Tony Prisk Date: Sun, 14 Apr 2013 05:28:35 +0000 (+1200) Subject: clk: vt8500: Missing breaks in vtwm_pll_round_rate/_set_rate. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~129^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdca21ecc252b5d390065de03d03c5a9df491025;p=pandora-kernel.git clk: vt8500: Missing breaks in vtwm_pll_round_rate/_set_rate. The case of PLL_TYPE_WM8750 in both these functions is missing a break statement causing a fall-through to the default: case. Insert the missing break statements. Signed-off-by: Tony Prisk Signed-off-by: Mike Turquette --- Reading git-diff-tree failed