mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
Kernel/AHCI: Remove unnecessary AHCIPort class member
This commit is contained in:
parent
2e8330f78c
commit
557351724a
Notes:
sideshowbarker
2024-07-18 01:10:37 +09:00
Author: https://github.com/supercomputer7
Commit: 557351724a
Pull-request: https://github.com/SerenityOS/serenity/pull/10902
2 changed files with 0 additions and 2 deletions
|
@ -89,7 +89,6 @@ void AHCIPort::handle_interrupt()
|
|||
}
|
||||
if (m_interrupt_status.is_set(AHCI::PortInterruptFlag::PRC)) {
|
||||
clear_sata_error_register();
|
||||
m_wait_connect_for_completion = true;
|
||||
}
|
||||
if (m_interrupt_status.is_set(AHCI::PortInterruptFlag::INF)) {
|
||||
// We need to defer the reset, because we can receive interrupts when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue