commit | 4d8d4d251df8eaaa3dae71c8cfa7fbf4510d967d | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <cebbert@redhat.com> | Wed Jun 24 18:35:13 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 24 09:55:50 2009 -0700 |
tree | ce4be53fa3769d86f7943d05f3296f3352f8d1b8 | |
parent | 6af9a43d58f2ec455b752fb9534cf05c7e855dbe [diff] |
Remove low_latency flag setting from nozomi and mxser drivers The kernel oopses if this flag is set. [and neither driver should set it as they call tty_flip_buffer_push from IRQ paths so have always been buggy] Signed-off-by: Chuck Ebbert <cebbert@redhat.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>