From: Laurent Pinchart Date: Tue, 26 Mar 2013 00:44:52 +0000 (+0100) Subject: sh-pfc: Fix compiler warning when BUG() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~9^2~9^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1960d58003b735555bb2dc56699530d606698574;p=pandora-kernel.git sh-pfc: Fix compiler warning when BUG() The sh_pfc_phys_to_virt() function ends with a BUG() statement without a return. When CONFIG_BUG isn't set the function will thus have no return value. Fix it. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- Reading git-diff-tree failed