Commit 2c0f850
Add missing TTY wakeup to rpmsg_tty
The rpmgs_tty driver is missing the call to tty_port_tty_wakeup() after a
successful writing of data.
A line discipline that is configured for the RPMSG tty will as such never
receive the write_wakeup call when space is available for further data.
Signed-off-by: Marcel Hamer <marcel@solidxs.nl>
Change-Id: I51eb3c102a0adb9344115324ecff74e08e48918a1 parent e1f1a97 commit 2c0f850
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
0 commit comments