summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-19 14:32:31 -0500
committerIan Moffett <ian@osmora.org>2025-02-19 14:32:31 -0500
commit4d8fb95a920a96d4e2cef46587156d28540b2f1b (patch)
tree8adabac1ce1b4d7e371e2a820b0943fa4fead7e5 /sys/dev/ic
parent96469c2ff58bd4c400335661628dd7a53c99482f (diff)
kernel: ahci: Fix up style
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ahci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c
index bafa872..5c6cc0a 100644
--- a/sys/dev/ic/ahci.c
+++ b/sys/dev/ic/ahci.c
@@ -65,7 +65,6 @@ ahci_init(void)
struct pci_lookup lookup;
int status;
struct ahci_hba hba;
-
void *abar_vap = NULL;
lookup.pci_class = 0x01;
@@ -103,7 +102,6 @@ ahci_init(void)
}
pr_trace("Successfully performed a hard reset.\n");
-
return 0;
}