aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/rtmutex-debug.c
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2021-01-05 13:02:33 +0100
committerGreg Kroah-Hartman <[email protected]>2021-01-07 16:17:31 +0100
commit7d7dec450a66009a4738cc538e59fb507fdb9ebe (patch)
tree12fae35d2d4dbbd4632c53000a6b74b31e32116d /kernel/locking/rtmutex-debug.c
parent9bc1b2b9b848e9334ab1268fb4dc35a68b70022f (diff)
8250_tegra: clean up tegra_uart_handle_break
* switch "do { A; } while (1)" to "while (1) { A; }" * switch "if (A) B; else break;" to "if (!A) break; B;" * remove unused assignment from p->serial_in() to status Objdump -d shows no difference. Cc: Thierry Reding <[email protected]> Cc: Jonathan Hunter <[email protected]> Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions