Skip to content
Snippets Groups Projects
Commit 1558b51e authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

mfd: Add free max8998->ono irq in max8998_irq_exit()

parent 8220fe4c
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,9 @@ int max8998_irq_init(struct max8998_dev *max8998)
void max8998_irq_exit(struct max8998_dev *max8998)
{
if (max8998->ono)
free_irq(max8998->ono, max8998);
if (max8998->irq)
free_irq(max8998->irq, max8998);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment