diff options
author | Eric Sesterhenn <snakebyte@gmx.de> | 2006-04-10 22:54:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 06:18:46 -0700 |
commit | e60b6e2f747e94358fed9a23afd6abd738de4bf7 (patch) | |
tree | bdfa71daf5ac502b9f21a54a71863fd2d364ce77 /drivers/cdrom | |
parent | fd5403c79bc21819f6e0c40ba098cea8b6a418bd (diff) | |
download | linux-e60b6e2f747e94358fed9a23afd6abd738de4bf7.tar.bz2 |
[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>
Diffstat (limited to 'drivers/cdrom')
0 files changed, 0 insertions, 0 deletions