All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] minor fix in sb1250_duart.c
@ 2007-02-21  0:34 Manoj Ekbote
  2007-02-21  2:32 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Manoj Ekbote @ 2007-02-21  0:34 UTC (permalink / raw)
  To: linux-mips

Patch to remove the first "default" label in switch and case.

Signed-off-by: Manoj Ekbote <manoje@broadcom.com>

diff --git a/drivers/char/sb1250_duart.c b/drivers/char/sb1250_duart.c
index 9cbd92e..a311fdb 100644
--- a/drivers/char/sb1250_duart.c
+++ b/drivers/char/sb1250_duart.c
@@ -469,7 +469,6 @@ static inline void duart_set_cflag(unsig
 	case B1800:	clk_divisor = 2776;		break;
 	case B2400:	clk_divisor = 2082;		break;
 	case B4800:	clk_divisor = 1040;		break;
-	default:
 	case B9600:	clk_divisor = 519;		break;
 	case B19200:	clk_divisor = 259;		break;
 	case B38400:	clk_divisor = 129;		break;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] minor fix in sb1250_duart.c
  2007-02-21  0:34 [PATCH] minor fix in sb1250_duart.c Manoj Ekbote
@ 2007-02-21  2:32 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-02-21  2:32 UTC (permalink / raw)
  To: Manoj Ekbote; +Cc: linux-mips

On Tue, Feb 20, 2007 at 04:34:56PM -0800, Manoj Ekbote wrote:

> Patch to remove the first "default" label in switch and case.

Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-21  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-21  0:34 [PATCH] minor fix in sb1250_duart.c Manoj Ekbote
2007-02-21  2:32 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.