From 256407ae283fa132873de685731070b44794c527 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 7 May 2025 17:51:25 -0400 Subject: kernel: ahci: Remove stray newline Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') 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; } -- cgit v1.2.3