Skip to content

Commit

Permalink
eth: fix function name for new microkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Krishnan Winter <krishnanwinter1@gmail.com>
  • Loading branch information
Kswin01 committed Sep 10, 2024
1 parent ad8e547 commit 762027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/network/starfive/ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void notified(microkit_channel ch)
switch (ch) {
case IRQ_CH:
handle_irq();
microkit_irq_ack_delayed(ch);
microkit_deferred_irq_ack(ch);
break;
case RX_CH:
rx_provide();
Expand Down

0 comments on commit 762027f

Please sign in to comment.