From: H Hartley Sweeten Date: Mon, 27 Jul 2015 17:27:21 +0000 (-0700) Subject: staging: comedi: das1800: add missing break in switch X-Git-Tag: omap-for-v4.3/fixes-merge-window~129^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c3ef9d2f14cce91dbd6ae9c9ccf6210d8c5df7;p=pandora-kernel.git staging: comedi: das1800: add missing break in switch Commit 06ad6bd8 "staging: comedi: das1800: cleanup das1800_probe()" Accidently removed the 'break' statement for case 0x8 of the switch. Add it back. Reported-by: coverity (CID 1309550) Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed