Skip to content

Commit

Permalink
irq: pm: remove unused variable
Browse files Browse the repository at this point in the history
2b37b36ddfef1229a3829ad28a14dd133f48a9bb added a suspend_abort variable to check_wakeup_irqs but never used it.
  • Loading branch information
javilonas committed Jun 9, 2015
1 parent 68787c5 commit 86ad11b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/irq/pm.c
Expand Up @@ -100,7 +100,6 @@ EXPORT_SYMBOL_GPL(resume_device_irqs);
int check_wakeup_irqs(void)
{
struct irq_desc *desc;
char suspend_abort[MAX_SUSPEND_ABORT_LEN];
int irq;

for_each_irq_desc(irq, desc) {
Expand Down

0 comments on commit 86ad11b

Please sign in to comment.