diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 08:21:28 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 11:33:03 +0100 |
commit | 41d4c60f8623d8a42f649376f678e27d802b8163 (patch) | |
tree | 4a9980eba0826a5d61d5b275215552b97b62c02a /samples/bpf | |
parent | ata: pata_hpt366: convert pr_warn() calls (diff) | |
download | linux-41d4c60f8623d8a42f649376f678e27d802b8163.tar.xz linux-41d4c60f8623d8a42f649376f678e27d802b8163.zip |
ata: libata-scsi: rework ata_dump_status to avoid using pr_cont()
pr_cont() has the problem that individual calls will be disrupted
under high load, causing each call to end up on a single line and
thereby mangling the output.
So rework ata_dump_status() to have just one call to ata_port_warn()
and avoid this problem.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions