From: Eric Sesterhenn Date: Mon, 26 Jun 2006 07:25:32 +0000 (-0700) Subject: [PATCH] Fix typo in drivers/isdn/hisax/q931.c X-Git-Tag: v2.6.18-rc1~772 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f13fae2479ed2e2801d538d6a22309123c704f6;p=pandora-kernel.git [PATCH] Fix typo in drivers/isdn/hisax/q931.c This fixes coverity bug #517. Since IESIZE is greater than IESIZE_NI1 we might run past the end of ielist_ni1. This fixes it by using the proper IESIZE_NI1 define. Signed-off-by: Eric Sesterhenn Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed