From: Rabin Vincent Date: Thu, 14 May 2015 12:36:55 +0000 (+0200) Subject: CRISv32: add unreachable() to BUG() X-Git-Tag: omap-for-v4.3/fixes-rc1~15^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a725a57a8e92bfbe962a8c69975ce0f9ff11fe;p=pandora-kernel.git CRISv32: add unreachable() to BUG() Add an unreachable() in the BUG() implementations, to get rid of several warnings similar to the one below: kernel/sched/core.c: In function 'pick_next_task': kernel/sched/core.c:2690:1: warning: control reaches end of non-void function [-Wreturn-type] Signed-off-by: Rabin Vincent Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed