From: Lidza Louina Date: Mon, 23 Sep 2013 22:47:14 +0000 (-0400) Subject: staging: dgap: tty.c: removes smatch warning "ignoring unreachable code" X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~649 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913b6f8e0dccadb1189e945d7438047d59efe785;p=pandora-kernel.git staging: dgap: tty.c: removes smatch warning "ignoring unreachable code" This patch removes this smatch warning: info: ignoring unreachable code. There were instances where there was extra code after the default action in switch statements. These default actions ended with a break so the code wasn't being run at anytime. This patch removes that extra code. Signed-off-by: Lidza Louina Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed