Commit 101ca9cc authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jonathan Corbet

serial: doc: .break_ctl() may sleep

break_ctl() is not called from any sort of atomic context, so there is no
problem with it sleeping.
Reported-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 18717b06
...@@ -187,7 +187,6 @@ hardware. ...@@ -187,7 +187,6 @@ hardware.
ctl. ctl.
Locking: caller holds port->mutex Locking: caller holds port->mutex
This call must not sleep
startup(port) startup(port)
Grab any interrupt resources and initialise any low level driver Grab any interrupt resources and initialise any low level driver
......
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