From: Supriya Karanth Date: Fri, 13 Mar 2015 12:00:20 +0000 (+0900) Subject: staging: comedi: remove break after return X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~423 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192b3ffc4cd47e021b5160507dd885516f345b7d;p=pandora-kernel.git staging: comedi: remove break after return Remove "break" statement after a "return" statement as it does not get executed. Deadcode found by coccinelle --debug option Signed-off-by: Supriya Karanth Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed