diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2010-01-19 18:59:27 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
commit | 2fe062608086f9b74a80f16272c5a59a3e05722f (patch) | |
tree | d6ee7a2a40522345829b1aca0bc128d125da7d19 /arch/mips/powertv/asic | |
parent | 1b362e3e350f72c6cb4b3346f6ba92a529082a09 (diff) |
MIPS: Cleanup switches with cases that can be merged
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
To: linux-mips@linux-mips.org
To: Andrew Morton <akpm@linux-foundation.org>
To: LKML <linux-kernel@vger.kernel.org>
Patchwork: http://patchwork.linux-mips.org/patch/860/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv/asic')
-rw-r--r-- | arch/mips/powertv/asic/asic_devices.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/powertv/asic/asic_devices.c b/arch/mips/powertv/asic/asic_devices.c index 6a882194e063..217424231eb6 100644 --- a/arch/mips/powertv/asic/asic_devices.c +++ b/arch/mips/powertv/asic/asic_devices.c | |||
@@ -340,10 +340,6 @@ static void __init platform_configure_usb(void) | |||
340 | 340 | ||
341 | switch (asic) { | 341 | switch (asic) { |
342 | case ASIC_ZEUS: | 342 | case ASIC_ZEUS: |
343 | fs_update(0x0000, 0x11, 0x02, 0); | ||
344 | bcm1_usb2_ctl = 0x803; | ||
345 | break; | ||
346 | |||
347 | case ASIC_CRONUS: | 343 | case ASIC_CRONUS: |
348 | case ASIC_CRONUSLITE: | 344 | case ASIC_CRONUSLITE: |
349 | fs_update(0x0000, 0x11, 0x02, 0); | 345 | fs_update(0x0000, 0x11, 0x02, 0); |