Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
char: ipmi: enable NPCM KCS after IRQ config
NPCM KCS IRQ probe order caused a crash because the IRQ was enabled before the IRQ handler was linked. this commit Modify probe IRQ order in the NPCM KCS driver to first link a handler to the interrupt and then enable the KCS channel and the IRQ. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
- Loading branch information