mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a braino ..
This commit is contained in:
parent
612276f48c
commit
374940a184
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue