diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-03-10 03:59:58 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-03-10 15:09:01 -0400 |
commit | ace14b82633960a2b6bf6a0b2640c63872a65562 (patch) | |
tree | 4ae73d9b7f38ce81606166988a84c4966f0c97e2 /arch/arm/mach-orion5x | |
parent | 195f4a170eaeb8ef37c73e02adef2579168e9287 (diff) |
[ARM] Orion: Fix some typos in the DNS-323 support code
Fix some typos in the DNS-323 support code.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 0722d6510df1..b31ca4cef365 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -76,7 +76,7 @@ static int __init dns323_dev_id(void) | |||
76 | 76 | ||
77 | static int __init dns323_pci_init(void) | 77 | static int __init dns323_pci_init(void) |
78 | { | 78 | { |
79 | /* The 5182 doesn't really use it's PCI bus, and initialising PCI | 79 | /* The 5182 doesn't really use its PCI bus, and initialising PCI |
80 | * gets in the way of initialising the SATA controller. | 80 | * gets in the way of initialising the SATA controller. |
81 | */ | 81 | */ |
82 | if (machine_is_dns323() && dns323_dev_id() != MV88F5182_DEV_ID) | 82 | if (machine_is_dns323() && dns323_dev_id() != MV88F5182_DEV_ID) |
@@ -418,7 +418,7 @@ static void __init dns323_init(void) | |||
418 | orion5x_i2c_init(); | 418 | orion5x_i2c_init(); |
419 | orion5x_uart0_init(); | 419 | orion5x_uart0_init(); |
420 | 420 | ||
421 | /* The 5182 has it's SATA controller on-chip, and needs it's own little | 421 | /* The 5182 has its SATA controller on-chip, and needs its own little |
422 | * init routine. | 422 | * init routine. |
423 | */ | 423 | */ |
424 | if (dns323_dev_id() == MV88F5182_DEV_ID) | 424 | if (dns323_dev_id() == MV88F5182_DEV_ID) |