From 901f37e8d7746055b73721c06062367bee8de307 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 20 Feb 2025 09:25:29 -0500 Subject: kernel: ahci: Conform to OSMORA C style Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index 700fb05..73991af 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -90,7 +90,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; } -- cgit v1.2.3