diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-09 22:52:19 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-09 22:52:19 -0400 |
commit | b9ace17f0a2ae6de78de3914873016f60cf70c6f (patch) | |
tree | ead4ebdac8b3974b7e89298c8e8b23e89a075b27 | |
parent | 69216b3d2b8e471982cc2faa545dd95cd4ad7dfb (diff) |
kernel: ahci: Cleanup identity dump logs
Signed-off-by: Ian Moffett <ian@osmora.org>
-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 b95f5bf..13d7d0a 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -187,7 +187,6 @@ ahci_dump_identity(struct ata_identity *identity) model_number[i + 1] = tmp; } - pr_trace("drive attached\n"); pr_trace("model number: %s\n", model_number); } |