diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 09:54:53 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 09:54:53 -0500 |
commit | 603e82edf78ad6c0f836023f8db585620211947b (patch) | |
tree | 10c7b3083b8be0820a6d8c88c9892d2e88b916c2 /arch/mips/au1000 | |
parent | ec9674e7e5ff7871a971a85436f2e26f6c893c52 (diff) |
arch/mips/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/mtx-1/board_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/mtx-1/board_setup.c b/arch/mips/au1000/mtx-1/board_setup.c index abfc4bcddf7a..310d5dff89fc 100644 --- a/arch/mips/au1000/mtx-1/board_setup.c +++ b/arch/mips/au1000/mtx-1/board_setup.c | |||
@@ -99,7 +99,7 @@ mtx1_pci_idsel(unsigned int devsel, int assert) | |||
99 | #endif | 99 | #endif |
100 | 100 | ||
101 | if (assert && devsel != 0) { | 101 | if (assert && devsel != 0) { |
102 | // supress signal to cardbus | 102 | // suppress signal to cardbus |
103 | au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF | 103 | au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF |
104 | } | 104 | } |
105 | else { | 105 | else { |