Commit fbe3128b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jonathan Corbet

serial: doc: .break_ctl() is called with port->mutex() held

Note that mutex_lock() should not be called with interrupts disabled.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0adc301e
...@@ -177,8 +177,7 @@ hardware. ...@@ -177,8 +177,7 @@ hardware.
should be terminated when another call is made with a zero should be terminated when another call is made with a zero
ctl. ctl.
Locking: none. Locking: caller holds port->mutex
Interrupts: caller dependent.
This call must not sleep This call must not sleep
startup(port) startup(port)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment