diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-04-23 04:19:08 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2003-04-23 04:19:08 -0700 |
| commit | ce2b651fd1606c7516a8c175491e19f1432cd09b (patch) | |
| tree | fc8bb390a0efaa3992c42fe7be2adb90a6bf6e4c /drivers/serial/sunzilog.c | |
| parent | 345127472f366d63f50fdf29b9dd84e70a084bd7 (diff) | |
[PATCH] tty cleanups (7/12)
sanitized driver->driver_name initialization and use
Diffstat (limited to 'drivers/serial/sunzilog.c')
| -rw-r--r-- | drivers/serial/sunzilog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index 99135a437fe2..7fa1c7a484d6 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c @@ -1031,9 +1031,9 @@ static struct uart_driver sunzilog_reg = { .owner = THIS_MODULE, .driver_name = "ttyS", #ifdef CONFIG_DEVFS_FS - .dev_name = "tts/%d", + .dev_name = "tts/", #else - .dev_name = "ttyS%d", + .dev_name = "ttyS", #endif .major = TTY_MAJOR, }; |
