]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] synclink_gt: fix receive tty error handling
authorPaul Fulghum <paulkf@microgate.com>
Fri, 1 Sep 2006 04:27:36 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 1 Sep 2006 18:39:08 +0000 (11:39 -0700)
commit202af6d50155f8594ba01d8e0a54d77facc0152a
tree5f84f613d0304c990692de13e34708b020060f68
parentddac7c7e3a0fe9cfdcef0de24476b8d69f8cf3e7
[PATCH] synclink_gt: fix receive tty error handling

Fix receive tty error handling in synclink_gt driver.  Adrian reported
compiler warning for incorrect bit test against char variable.  I
determined these and other device specific error bits were incorrectly
defined.

Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/synclink_gt.c