From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; MSIE 6.0; Windows; U; AIIEEEE!; Win98; Windows 98; en-US; Gecko masquerading as IE; should it matter?; rv:1.8b) Gecko/20050217 Description of problem: While reading through the kernel code I found a missing break statement (or two) for timedia serial cards. Version-Release number of selected component (if applicable): kernel-2.6.13-1.1532_FC4 How reproducible: Always Steps to Reproduce: 1.vi drivers/serial/8250_pci.c 2.545G 3. Actual Results: Observed missing break statement in switch. Expected Results: case 3 should not fall through to cases 4,5,6,7. Also, cases 4,5,6,7 should end with a break statement. Additional info:
Created attachment 121834 [details] Patch to fix missing break statement
Good catch. I've applied this, and have sent it upstream to the serial maintainer.