select status should return minor device number instead of tty
line number
This commit is contained in:
parent
5b452954ba
commit
b9defa9abd
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ message *m_ptr;
|
|||
|
||||
/* I/O for a selected minor device is ready. */
|
||||
m_ptr->m_type = DEV_IO_READY;
|
||||
m_ptr->DEV_MINOR = tp->tty_index;
|
||||
m_ptr->DEV_MINOR = tp->tty_minor;
|
||||
m_ptr->DEV_SEL_OPS = ops;
|
||||
|
||||
tp->tty_select_ops &= ~ops; /* unmark select event */
|
||||
|
|
Loading…
Reference in a new issue