public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Missing break in timedia serial setup.
@ 2005-12-07  1:05 Dave Jones
  2005-12-07  9:34 ` Russell King
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Jones @ 2005-12-07  1:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: rmk

Spotted during code review by a Fedora user.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174967

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.14/drivers/serial/8250_pci.c~	2005-12-06 20:01:17.000000000 -0500
+++ linux-2.6.14/drivers/serial/8250_pci.c	2005-12-06 20:01:51.000000000 -0500
@@ -517,6 +517,7 @@ pci_timedia_setup(struct serial_private 
 	case 3:
 		offset = board->uart_offset;
 		bar = 1;
+		break;
 	case 4: /* BAR 2 */
 	case 5: /* BAR 3 */
 	case 6: /* BAR 4 */

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

end of thread, other threads:[~2005-12-07 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07  1:05 Missing break in timedia serial setup Dave Jones
2005-12-07  9:34 ` Russell King
2005-12-07 16:58   ` Dave Jones
2005-12-07 17:05     ` Arjan van de Ven
2005-12-07 17:44       ` Dave Jones
2005-12-07 18:11         ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox