commit | e60b6e2f747e94358fed9a23afd6abd738de4bf7 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Mon Apr 10 22:54:36 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:46 2006 -0700 |
tree | bdfa71daf5ac502b9f21a54a71863fd2d364ce77 | |
parent | fd5403c79bc21819f6e0c40ba098cea8b6a418bd [diff] |
[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 <snakebyte@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>