From: Eric Sesterhenn Date: Tue, 11 Apr 2006 05:54:36 +0000 (-0700) Subject: [PATCH] Wrong out of range check in drivers/char/applicom.c X-Git-Tag: v2.6.17-rc2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60b6e2f747e94358fed9a23afd6abd738de4bf7;p=pandora-kernel.git [PATCH] Wrong out of range check in drivers/char/applicom.c This fixes coverity bug id #469. The out of range check didnt work as intended, as seen by the printk(), which states that boardno has to be 1 <= boardno <= MAX_BOARD. Signed-off-by: Eric Sesterhenn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed