mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Fix a braino ..
This commit is contained in:
parent
612276f48c
commit
374940a184
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68874
@ -1314,7 +1314,7 @@ ata_reset(struct ata_softc *scp, int *mask)
|
||||
if (bootverbose)
|
||||
ata_printf(scp, -1, "mask=%02x status0=%02x status1=%02x\n",
|
||||
*mask, status0, status1);
|
||||
if (!mask)
|
||||
if (!*mask)
|
||||
return;
|
||||
|
||||
if (*mask & 0x01 && ostat0 != 0x00 && !(scp->devices & ATA_ATAPI_MASTER)) {
|
||||
|
Loading…
Reference in New Issue
Block a user