projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0adc301
)
serial: doc: .break_ctl() is called with port->mutex() held
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 14 Mar 2016 15:16:14 +0000
(16:16 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 31 Mar 2016 06:58:25 +0000
(
00:58
-0600)
Note that mutex_lock() should not be called with interrupts disabled.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/serial/driver
patch
|
blob
|
history
diff --git
a/Documentation/serial/driver
b/Documentation/serial/driver
index 3b08df5bcc17e9447187ac56f6699f5ff0033655..09e73e061fcf795cf9a5766cab25a37f0a9711a0 100644
(file)
--- a/
Documentation/serial/driver
+++ b/
Documentation/serial/driver
@@
-177,8
+177,7
@@
hardware.
should be terminated when another call is made with a zero
ctl.
- Locking: none.
- Interrupts: caller dependent.
+ Locking: caller holds port->mutex
This call must not sleep
startup(port)