diff options
author | 2008-10-13 10:45:26 +0100 | |
---|---|---|
committer | 2008-10-13 09:51:44 -0700 | |
commit | 8440838bc5337243917f13bc14ea2445da5e0197 (patch) | |
tree | 175af8fd7d678073a9794248132b606fb536c887 /net/unix/af_unix.c | |
parent | applicom: Fix an unchecked user ioctl range and an error return (diff) | |
download | wireguard-linux-8440838bc5337243917f13bc14ea2445da5e0197.tar.xz wireguard-linux-8440838bc5337243917f13bc14ea2445da5e0197.zip |
serial: fix device name reporting when minor space is shared between drivers
The multiple drivers share the minor space occupied by a particular major
number, the actual index within the device name's space is indicated by
the tty_driver->name_base + uart_port->line
Another usable formula is (uart_driver->minor - MINOR_BASE) + port->line
Use those to print the device names properly in such situations in
serial_core.c and 8250.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions