Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: IP27: Remove pointless switch statement.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -12
+1 -12
arch/mips/sgi-ip27/ip27-timer.c
··· 66 66 static void rt_set_mode(enum clock_event_mode mode, 67 67 struct clock_event_device *evt) 68 68 { 69 - switch (mode) { 70 - case CLOCK_EVT_MODE_ONESHOT: 71 - /* The only mode supported */ 72 - break; 73 - 74 - case CLOCK_EVT_MODE_PERIODIC: 75 - case CLOCK_EVT_MODE_UNUSED: 76 - case CLOCK_EVT_MODE_SHUTDOWN: 77 - case CLOCK_EVT_MODE_RESUME: 78 - /* Nothing to do */ 79 - break; 80 - } 69 + /* Nothing to do ... */ 81 70 } 82 71 83 72 int rt_timer_irq;