From: Tilman Schmidt Date: Fri, 3 Oct 2014 15:03:32 +0000 (+0200) Subject: isdn/capi: drop two dead if branches X-Git-Tag: fixes-against-v3.18-rc2~144^2~43^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51db998fb6e04e8dfcf4e33295651367b91238a5;p=pandora-kernel.git isdn/capi: drop two dead if branches The last branch in command_2_index() cannot be reached since c==0xff is already caught by the first "if". The empty second branch makes no difference since no other branch will be taken for c<0x0f. Signed-off-by: Tilman Schmidt Signed-off-by: David S. Miller --- Reading git-diff-tree failed