summaryrefslogtreecommitdiff
path: root/drivers/serial/sunhv.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-20 22:39:16 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 09:13:47 (GMT)
commitf5deb807b8cd5c8fe48cbb4f7f5dd70cfbdb1178 (patch)
tree6b6c341791e32ea00d637b9f243f55b91da962bc /drivers/serial/sunhv.c
parent55555633bd4e72534b53c50525817259435e18df (diff)
downloadlinux-f5deb807b8cd5c8fe48cbb4f7f5dd70cfbdb1178.tar.xz
[SPARC] serial: Make sure sysfs nodes get named correctly.
Because we play this trick where we use ttyS? in increasing minor numbers for different sunfoo.c drivers, we have to inform the TTY layer of this. Do so by setting the tty->name_base appropriately. Probably there should be a generic way to do this in the serial core, but for now... Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/serial/sunhv.c')
-rw-r--r--drivers/serial/sunhv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c
index 8537839..f137804 100644
--- a/drivers/serial/sunhv.c
+++ b/drivers/serial/sunhv.c
@@ -494,6 +494,7 @@ static int __init sunhv_init(void)
return ret;
}
+ sunhv_reg.tty_driver->name_base = sunhv_reg.minor - 64;
sunserial_current_minor += 1;
sunhv_reg.cons = SUNHV_CONSOLE();