[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-599faa0e264fe2e7f563f87b4aad8c83e9dc46d1@git.kernel.org>
Date: Wed, 13 Jan 2010 10:38:07 GMT
From: tip-bot for Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
broonie@...nsource.wolfsonmicro.com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:irq/core] genirq: Fix documentation of default chip disable()
Commit-ID: 599faa0e264fe2e7f563f87b4aad8c83e9dc46d1
Gitweb: http://git.kernel.org/tip/599faa0e264fe2e7f563f87b4aad8c83e9dc46d1
Author: Mark Brown <broonie@...nsource.wolfsonmicro.com>
AuthorDate: Tue, 5 Jan 2010 13:29:58 +0000
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 13 Jan 2010 11:14:18 +0100
genirq: Fix documentation of default chip disable()
The documentation says that by default disable() will be
chip->mask but in fact default_disable() is a noop.
Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
LKML-Reference: <1262698198-30392-1-git-send-email-broonie@...nsource.wolfsonmicro.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
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 451481c..d13492d 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -90,7 +90,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
--
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