26 lines
755 B
Diff
26 lines
755 B
Diff
From 27335d21e392b1d17b030a7bfc1d99a9e61db421 Mon Sep 17 00:00:00 2001
|
|
From: liuchao173 <55137861+liuchao173@users.noreply.github.com>
|
|
Date: Fri, 20 Sep 2019 11:31:04 +0800
|
|
Subject: [PATCH 16/53] Update classify.c
|
|
|
|
---
|
|
classify.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/classify.c b/classify.c
|
|
index 15d0ab2..de78bba 100644
|
|
--- a/classify.c
|
|
+++ b/classify.c
|
|
@@ -692,7 +692,7 @@ static void build_one_dev_entry(const char *dirname, GList *tmp_irqs)
|
|
new = get_irq_info(irqnum);
|
|
if (new)
|
|
goto done;
|
|
- get_irq_user_policy(irqnum, &pol);
|
|
+ get_irq_user_policy(devpath, irqnum, &pol);
|
|
if ((pol.ban == 1) || (check_for_irq_ban(irqnum, tmp_irqs))) {
|
|
add_banned_irq(irqnum, &banned_irqs);
|
|
goto done;
|
|
--
|
|
2.23.0
|
|
|