serial: doc: .break_ctl() is called with port->mutex() held
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>
This commit is contained in:
parent
0adc301e7b
commit
fbe3128bcf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue