mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If we get an error w/o atapi sense information, just print a newline
to terminate the message we started. I get non-terminated messages when reading audio tracks w/o this patch.
This commit is contained in:
parent
da83bf18e4
commit
8fcb4ef1cf
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ ata_completed(void *context, int dummy)
|
|||
request->u.atapi.sense.specific & ATA_SENSE_SPEC_MASK,
|
||||
request->u.atapi.sense.specific1,
|
||||
request->u.atapi.sense.specific2);
|
||||
else
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
if ((request->u.atapi.sense.key & ATA_SENSE_KEY_MASK ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue