summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-07 17:51:25 -0400
committerIan Moffett <ian@osmora.org>2025-05-07 17:51:25 -0400
commit256407ae283fa132873de685731070b44794c527 (patch)
tree4593d97ecc8542180306ad3e496daa0521ee0459 /sys/dev
parent4c6c07630a84fb3f03240c9f50db2dcc5c275371 (diff)
kernel: ahci: Remove stray newline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ahci.c1
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;
}