diff options
Diffstat (limited to 'arch/arm/mach-orion5x/dns323-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 0e19db69f5c4..e533588880ff 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -701,7 +701,7 @@ static void __init dns323_init(void) | |||
701 | * Note: AFAIK, rev B1 needs the same treatement but I'll let | 701 | * Note: AFAIK, rev B1 needs the same treatement but I'll let |
702 | * somebody else test it. | 702 | * somebody else test it. |
703 | */ | 703 | */ |
704 | writel(0x5, ORION5X_SATA_VIRT_BASE | 0x2c); | 704 | writel(0x5, ORION5X_SATA_VIRT_BASE + 0x2c); |
705 | break; | 705 | break; |
706 | } | 706 | } |
707 | } | 707 | } |