git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update readme for more up-to-date information
[lunaix-os.git]
/
lunaix-os
/
hal
/
ahci
/
io_event.c
diff --git
a/lunaix-os/hal/ahci/io_event.c
b/lunaix-os/hal/ahci/io_event.c
index c1bd6a5ad2f2cc9465aac2ab52beec962314c99c..bb3142b37aefedc6749835460d61b6bba80a4afa 100644
(file)
--- a/
lunaix-os/hal/ahci/io_event.c
+++ b/
lunaix-os/hal/ahci/io_event.c
@@
-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;
}