From 4d8fb95a920a96d4e2cef46587156d28540b2f1b Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 19 Feb 2025 14:32:31 -0500 Subject: kernel: ahci: Fix up style Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/ic') 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; } -- cgit v1.2.3