Kernel: Don't panic if nvme initialization fails

This commit is contained in:
Bananymous 2024-06-29 22:07:55 +03:00
parent d58a569660
commit 3d4219bfee
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ namespace Kernel
public:
static BAN::ErrorOr<BAN::RefPtr<StorageController>> create(PCI::Device&);
~NVMeController() { ASSERT_NOT_REACHED(); }
NVMeQueue& io_queue() { return *m_io_queue; }