diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-20 09:25:29 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-20 09:52:24 -0500 |
commit | 901f37e8d7746055b73721c06062367bee8de307 (patch) | |
tree | 21d097ca0902c918ec5f6775f828ecc8bf810580 /sys/dev | |
parent | 9ec0efe25d298b17c7bc2db891c3cfa39c5ee38b (diff) |
kernel: ahci: Conform to OSMORA C style
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ahci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |