diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2025-03-17 10:00:32 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2025-03-17 13:22:06 +0300 |
commit | 38e7047a4dac5be9599ac3679e971c73e7b61196 (patch) | |
tree | 2cade1046d4cea20fef8e37e2293a54ef9195f0a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4139badab0d8fc83d3c1c0993eb6bdea7bab9745 (diff) | |
download | linux-38e7047a4dac5be9599ac3679e971c73e7b61196.tar.xz |
tty: mmc: sdio: use bool for cts and remove parentheses
'cts' in sdio_uart_check_modem_status() is considered a 'bool', but
typed as signed 'int'. Make it 'bool' so it is clear the code does not
care about the masked value, but true/false.
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250317070046.24386-18-jirislaby@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions