From: Eric Sesterhenn Date: Sun, 26 Mar 2006 09:38:38 +0000 (-0800) Subject: [PATCH] Dead code in drivers/isdn/avm/avmcard.h X-Git-Tag: v2.6.17-rc1~558 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac5bafa3521a10a42a470ab612cd2bbc12d4203;p=pandora-kernel.git [PATCH] Dead code in drivers/isdn/avm/avmcard.h This fixes coverity id #2. the if (i==0) is pretty useless, since we assing i=0, just the line before. Signed-off-by: Eric Sesterhenn Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed