فهرست منبع

MIPS: IP27: Remove pointless switch statement.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 14 سال پیش
والد
کامیت
4f0ad95088
1فایلهای تغییر یافته به همراه1 افزوده شده و 12 حذف شده
  1. 1 12
      arch/mips/sgi-ip27/ip27-timer.c

+ 1 - 12
arch/mips/sgi-ip27/ip27-timer.c

@@ -66,18 +66,7 @@ static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
 static void rt_set_mode(enum clock_event_mode mode,
 static void rt_set_mode(enum clock_event_mode mode,
 		struct clock_event_device *evt)
 		struct clock_event_device *evt)
 {
 {
-	switch (mode) {
-	case CLOCK_EVT_MODE_ONESHOT:
-		/* The only mode supported */
-		break;
-
-	case CLOCK_EVT_MODE_PERIODIC:
-	case CLOCK_EVT_MODE_UNUSED:
-	case CLOCK_EVT_MODE_SHUTDOWN:
-	case CLOCK_EVT_MODE_RESUME:
-		/* Nothing to do  */
-		break;
-	}
+	/* Nothing to do ...  */
 }
 }
 
 
 int rt_timer_irq;
 int rt_timer_irq;