diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-19 14:32:31 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-19 14:32:31 -0500 |
commit | 4d8fb95a920a96d4e2cef46587156d28540b2f1b (patch) | |
tree | 8adabac1ce1b4d7e371e2a820b0943fa4fead7e5 /sys | |
parent | 96469c2ff58bd4c400335661628dd7a53c99482f (diff) |
kernel: ahci: Fix up style
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ahci.c | 2 |
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; } |