update readme for more up-to-date information
[lunaix-os.git] / lunaix-os / hal / ahci / io_event.c
index c1bd6a5ad2f2cc9465aac2ab52beec962314c99c..bb3142b37aefedc6749835460d61b6bba80a4afa 100644 (file)
@@ -15,7 +15,7 @@ __ahci_hba_isr(const isr_param* param)
     struct ahci_driver *pos, *n;
     llist_for_each(pos, n, &ahcis, ahci_drvs)
     {
-        if (pos->id == param->execp->vector) {
+        if (pos->id == (int)param->execp->vector) {
             hba = &pos->hba;
             goto proceed;
         }