x86: Fix IRQ_CONNECT_STATIC documentation
Since commit 3d7b21b69e the 'priority' parameter is used by the macro IRQ_CONNECT_STATIC. This patch fixes the macro documentation which says it is ignored. Change-Id: I56eec49466a33441fa1822af78956ebb7f5c24ce Signed-off-by: Andre Guedes <andre.guedes@intel.com>
This commit is contained in:
parent
f75a8157e3
commit
5b847c0aa2
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ typedef struct s_isrList {
|
|||
*
|
||||
* @param device Device
|
||||
* @param irq IRQ number
|
||||
* @param priority IRQ Priority (currently ignored)
|
||||
* @param priority IRQ Priority
|
||||
* @param isr Interrupt Service Routine
|
||||
* @param parameter ISR parameter
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue