We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58ce1 commit c63594fCopy full SHA for c63594f
Documentation/core-api/genericirq.rst
@@ -264,7 +264,7 @@ The following control flow is implemented (simplified excerpt)::
264
desc->irq_data.chip->irq_unmask();
265
desc->status &= ~pending;
266
handle_irq_event(desc->action);
267
- } while (status & pending);
+ } while (desc->status & pending);
268
desc->status &= ~running;
269
270
0 commit comments