linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/7] ARM: Samsung: Use the correct I2C2 interrupt
@ 2010-09-30  4:48 Kyungmin Park
  2010-09-30  8:45 ` Lothar Waßmann
  2010-10-07  1:29 ` Kukjin Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Kyungmin Park @ 2010-09-30  4:48 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kyungmin Park <kyungmin.park@samsung.com>

Use the correct I2C2 interrupt.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/plat-samsung/dev-i2c2.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-samsung/dev-i2c2.c b/arch/arm/plat-samsung/dev-i2c2.c
index 07036de..ff4ba69 100644
--- a/arch/arm/plat-samsung/dev-i2c2.c
+++ b/arch/arm/plat-samsung/dev-i2c2.c
@@ -32,8 +32,8 @@ static struct resource s3c_i2c_resource[] = {
 		.flags = IORESOURCE_MEM,
 	},
 	[1] = {
-		.start = IRQ_CAN0,
-		.end   = IRQ_CAN0,
+		.start = IRQ_IIC2,
+		.end   = IRQ_IIC2,
 		.flags = IORESOURCE_IRQ,
 	},
 };
-- 
1.5.3.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-07  1:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30  4:48 [PATCH 3/7] ARM: Samsung: Use the correct I2C2 interrupt Kyungmin Park
2010-09-30  8:45 ` Lothar Waßmann
2010-09-30  9:16   ` Kyungmin Park
2010-09-30  9:45     ` Jongsun Han
2010-09-30  9:50       ` Kyungmin Park
2010-10-07  1:29 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).