29 lines
725 B
Diff
29 lines
725 B
Diff
From ff28f445a0808677c983d85a3b8331e4c090d70d Mon Sep 17 00:00:00 2001
|
|
From: Neil Horman <nhorman@tuxdriver.com>
|
|
Date: Tue, 29 May 2018 10:27:37 -0400
|
|
Subject: [PATCH 084/112] classify: remove unused label
|
|
|
|
A recent refactoring in commit a4fbf90c2395ffa13176e8b002b7ef89a0ffc667
|
|
left us with an unused label 'free' in rebuild_irq_db, just remove it
|
|
|
|
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
|
|
---
|
|
classify.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/classify.c b/classify.c
|
|
index 3394823..3136fc3 100644
|
|
--- a/classify.c
|
|
+++ b/classify.c
|
|
@@ -777,7 +777,6 @@ void rebuild_irq_db(void)
|
|
|
|
for_each_irq(tmp_irqs, add_missing_irq, interrupts_db);
|
|
|
|
-free:
|
|
g_list_free_full(tmp_irqs, free);
|
|
|
|
}
|
|
--
|
|
1.8.3.1
|
|
|