Skip to content

Commit

Permalink
serial: doc: .break_ctl() may sleep
Browse files Browse the repository at this point in the history
break_ctl() is not called from any sort of atomic context, so there is no
problem with it sleeping.

Reported-by: Peter Hurley <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
geertu authored and Jonathan Corbet committed Apr 16, 2016
1 parent 18717b0 commit 101ca9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/serial/driver
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ hardware.
ctl.

Locking: caller holds port->mutex
This call must not sleep

startup(port)
Grab any interrupt resources and initialise any low level driver
Expand Down

0 comments on commit 101ca9c

Please sign in to comment.