提交 4e43d9fa 编写于 作者: U Uwe Kleine-König 提交者: Sascha Hauer

ARM: mx3/mx31ads: fix comments of irq callbacks

The arguments to these callbacks were changed in

	e981a302 (ARM: mx3: irq_data conversion.)

but the comments were not adapted.

Cc: Lennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 a0c859c5
......@@ -144,7 +144,7 @@ static void mx31ads_expio_irq_handler(u32 irq, struct irq_desc *desc)
/*
* Disable an expio pin's interrupt by setting the bit in the imr.
* @param irq an expio virtual irq number
* @param d an expio virtual irq description
*/
static void expio_mask_irq(struct irq_data *d)
{
......@@ -156,7 +156,7 @@ static void expio_mask_irq(struct irq_data *d)
/*
* Acknowledge an expanded io pin's interrupt by clearing the bit in the isr.
* @param irq an expanded io virtual irq number
* @param d an expio virtual irq description
*/
static void expio_ack_irq(struct irq_data *d)
{
......@@ -167,7 +167,7 @@ static void expio_ack_irq(struct irq_data *d)
/*
* Enable a expio pin's interrupt by clearing the bit in the imr.
* @param irq a expio virtual irq number
* @param d an expio virtual irq description
*/
static void expio_unmask_irq(struct irq_data *d)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册