diff options
author | Alan Cox <[email protected]> | 2015-12-15 18:11:29 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-12-15 13:24:21 -0500 |
commit | ede03d306b8ba97c7988646aa503489ed421f05a (patch) | |
tree | 707a3eb7ad55c9c70ca92213dd0f7de616b73c7e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 74375c0528f724a4afa561d7bca0e2214ce5e3cf (diff) |
ser_gigaset: turn nonsense checks into WARN_ON
These checks do nothing useful to protect the code from races. On the
other hand if the old code has been masking a real bug we would like to
know about it.
The check for tiocmset is kept because it is valid for a tty driver to
have a NULL tiocmset method. That in itself is probably a mistake given
modern coding practices - but needs fixing in the tty layer.
Signed-off-by: Alan Cox <[email protected]>
Acked-by: Tilman Schmidt <[email protected]>
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions