commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=b4490881d87d16b25774685769b2560af45003d0
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Signed-off-by: Sonic Zhang <[email protected]>
Signed-off-by: Bob Liu <[email protected]>
---
 arch/blackfin/mach-bf609/boards/ezkit.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c
index 38fb666..0f080d5 100644
--- a/arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/arch/blackfin/mach-bf609/boards/ezkit.c
@@ -552,8 +552,8 @@ static unsigned short bfin_can0_peripherals[] = {
 
 static struct resource bfin_can0_resources[] = {
 	{
-		.start = 0xFFC02A00,
-		.end = 0xFFC02FFF,
+		.start = 0xFFC00A00,
+		.end = 0xFFC00FFF,
 		.flags = IORESOURCE_MEM,
 	},
 	{
@@ -567,8 +567,8 @@ static struct resource bfin_can0_resources[] = {
 		.flags = IORESOURCE_IRQ,
 	},
 	{
-		.start = IRQ_CAN0_ERROR,
-		.end = IRQ_CAN0_ERROR,
+		.start = IRQ_CAN0_STAT,
+		.end = IRQ_CAN0_STAT,
 		.flags = IORESOURCE_IRQ,
 	},
 };
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to