- 
  Notifications
 You must be signed in to change notification settings 
- Fork 48
zephyrCommon: Fixed a bug in the interrupt handler acquisition #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixed an issue where the reference location for the interrupt handler was a bit mask instead of an index value. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
3bdd0b5 to
 e007c15  
 Compare
 
 There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Not sure why it was a bitmask in the first place.
Please check this out too. This is a very important fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely LGTM as well! Thanks for spotting this! 🚀
applied manually to -next, thanks.
Fixed an issue where the reference location for the interrupt handler was a bit mask instead of an index value.