diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-02-11 04:21:09 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-11 12:37:34 -0500 |
commit | 4e43d9fad1c0984e167ab14bd8148289acd61b9c (patch) | |
tree | 50aabff7b839d8981b0b9bb98a60458348ba661c /arch/arm/mach-mx3/mach-mx31ads.c | |
parent | a0c859c593827c0ff488e05909e9901ecd10159f (diff) |
ARM: mx3/mx31ads: fix comments of irq callbacks
The arguments to these callbacks were changed in
e981a30 (ARM: mx3: irq_data conversion.)
but the comments were not adapted.
Cc: Lennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31ads.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx31ads.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-mx3/mach-mx31ads.c index 14e76711162f..4e4b780c481d 100644 --- a/arch/arm/mach-mx3/mach-mx31ads.c +++ b/arch/arm/mach-mx3/mach-mx31ads.c | |||
@@ -144,7 +144,7 @@ static void mx31ads_expio_irq_handler(u32 irq, struct irq_desc *desc) | |||
144 | 144 | ||
145 | /* | 145 | /* |
146 | * Disable an expio pin's interrupt by setting the bit in the imr. | 146 | * Disable an expio pin's interrupt by setting the bit in the imr. |
147 | * @param irq an expio virtual irq number | 147 | * @param d an expio virtual irq description |
148 | */ | 148 | */ |
149 | static void expio_mask_irq(struct irq_data *d) | 149 | static void expio_mask_irq(struct irq_data *d) |
150 | { | 150 | { |
@@ -156,7 +156,7 @@ static void expio_mask_irq(struct irq_data *d) | |||
156 | 156 | ||
157 | /* | 157 | /* |
158 | * Acknowledge an expanded io pin's interrupt by clearing the bit in the isr. | 158 | * Acknowledge an expanded io pin's interrupt by clearing the bit in the isr. |
159 | * @param irq an expanded io virtual irq number | 159 | * @param d an expio virtual irq description |
160 | */ | 160 | */ |
161 | static void expio_ack_irq(struct irq_data *d) | 161 | static void expio_ack_irq(struct irq_data *d) |
162 | { | 162 | { |
@@ -167,7 +167,7 @@ static void expio_ack_irq(struct irq_data *d) | |||
167 | 167 | ||
168 | /* | 168 | /* |
169 | * Enable a expio pin's interrupt by clearing the bit in the imr. | 169 | * Enable a expio pin's interrupt by clearing the bit in the imr. |
170 | * @param irq a expio virtual irq number | 170 | * @param d an expio virtual irq description |
171 | */ | 171 | */ |
172 | static void expio_unmask_irq(struct irq_data *d) | 172 | static void expio_unmask_irq(struct irq_data *d) |
173 | { | 173 | { |