diff options
author | Dirk Eibach <eibach@gdsys.de> | 2009-06-11 15:56:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 17:51:09 +0200 |
commit | f0e8527726b9e56649b9eafde3bc0fbc4dd2dd47 (patch) | |
tree | b2f13d50f6ac8f22d849100d507abec22d63be1c /lib | |
parent | imx: serial: use tty_encode_baud_rate to set true rate (diff) | |
download | linux-f0e8527726b9e56649b9eafde3bc0fbc4dd2dd47.tar.xz linux-f0e8527726b9e56649b9eafde3bc0fbc4dd2dd47.zip |
moxa: prevent opening unavailable ports
In moxa.c there are 32 minor numbers reserved for each device. The
number of ports actually available per device is stored in
moxa_board_conf->numPorts. This number is not considered in moxa_open().
Opening a port that is not available results in a kernel oops.
This patch adds a test to moxa_open() that prevents opening unavailable
ports.
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions