diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-07 17:51:25 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-07 17:51:25 -0400 |
commit | 256407ae283fa132873de685731070b44794c527 (patch) | |
tree | 4593d97ecc8542180306ad3e496daa0521ee0459 /sys/dev/ic/ahci.c | |
parent | 4c6c07630a84fb3f03240c9f50db2dcc5c275371 (diff) |
kernel: ahci: Remove stray newline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/ic/ahci.c')
-rw-r--r-- | sys/dev/ic/ahci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index d56eb9e..ec8b8fa 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -193,7 +193,6 @@ ahci_init(void) * ahci_dev struct, so that we can perform MMIO and then issue * a hard reset. */ - if ((status = pci_map_bar(ahci_dev, 5, &abar_vap)) != 0) { return status; } |