| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 2/2] MIPS: msp71xx: fix typo in msp_per_irq_controller |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Tue, 29 Mar 2011 15:53:56 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=tPvgZAGv2INzUvmCy4u7Qj9NSq/pHScTqq5bKmRRYdg=; b=yEUukDsQh9QVeLpXd6Gj5aH+IL1G3dNSbBQPAITtmmUrPzmVGdx8po7R1EvbGNruvo tKPHtZgOlxf6sc0mk6dGhpEOEt+P4KDxtDPuJn+K/tXvwrl2Mu9cVYshoQtjq5dLXPMw uGjYq3S+LK3drtb1wIEHRcWCgQgnjXceipx4Y= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=kjgOObCn2BnxXGZ9mnZXn94Yyk8VnDfiN1b8tGgJ+UlqjJ1PoWZHv/xFaBXzVvjutW vdaEsqAch6rW8qOOHpOqATCAcSAWhdEFIpsG8/XXCGUeE9e4Mp7SvOHHPKIvbSRKES0L jzqPZCwfqXQBR/vqwGPT1hkafgJjT1jiJroG4= |
| In-reply-to: | <20110329155223.08fbef97.yuasa@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20110329155223.08fbef97.yuasa@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
CC arch/mips/pmc-sierra/msp71xx/msp_irq_per.o
arch/mips/pmc-sierra/msp71xx/msp_irq_per.c:101:2: error: expected identifier
before '.' token
make[2]: *** [arch/mips/pmc-sierra/msp71xx/msp_irq_per.o] Error 1
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
arch/mips/pmc-sierra/msp71xx/msp_irq_per.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/pmc-sierra/msp71xx/msp_irq_per.c
b/arch/mips/pmc-sierra/msp71xx/msp_irq_per.c
index f9b9dcd..98fd009 100644
--- a/arch/mips/pmc-sierra/msp71xx/msp_irq_per.c
+++ b/arch/mips/pmc-sierra/msp71xx/msp_irq_per.c
@@ -97,7 +97,7 @@ static int msp_per_irq_set_affinity(struct irq_data *d,
static struct irq_chip msp_per_irq_controller = {
.name = "MSP_PER",
- .irq_enable = unmask_per_irq.
+ .irq_enable = unmask_per_irq,
.irq_disable = mask_per_irq,
.irq_ack = msp_per_irq_ack,
#ifdef CONFIG_SMP
--
1.7.3.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] MIPS: msp71xx: fix msp_time build error, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: kmemleak for MIPS, Catalin Marinas |
| Previous by Thread: | [PATCH 1/2] MIPS: msp71xx: fix msp_time build error, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH 2/2] MIPS: msp71xx: fix typo in msp_per_irq_controller, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |