[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1241655468-5750-1-git-send-email-khilman@deeprootsystems.com>
Date: Wed, 6 May 2009 17:17:47 -0700
From: Kevin Hilman <khilman@...prootsystems.com>
To: linux-kernel@...r.kernel.org
Cc: linux-pm@...ts.linux-foundation.org, Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
Kevin Hilman <khilman@...prootsystems.com>
Subject: [PATCH] genirq: update irq_chip struct comment for irq_chip->disable hook
The irq_chip disable hook no longer defaults to a irq_chip->unmask.
Signed-off-by: Kevin Hilman <khilman@...prootsystems.com>
---
include/linux/irq.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/irq.h b/include/linux/irq.h
index b7cbeed..3674046 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -88,7 +88,7 @@ struct msi_desc;
* @startup: start up the interrupt (defaults to ->enable if NULL)
* @shutdown: shut down the interrupt (defaults to ->disable if NULL)
* @enable: enable the interrupt (defaults to chip->unmask if NULL)
- * @disable: disable the interrupt (defaults to chip->mask if NULL)
+ * @disable: disable the interrupt
* @ack: start of a new interrupt
* @mask: mask an interrupt source
* @mask_ack: ack and mask an interrupt source
--
1.6.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists