Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f748bbd7f84034204a14928a048695ff8b9d8ca
Commit:     7f748bbd7f84034204a14928a048695ff8b9d8ca
Parent:     04c71976500352d02f60616d2b960267d8c5fe24
Author:     Alan Cox <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 23:27:05 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Oct 17 08:42:52 2007 -0700

    mxser: Remove use of dead TTY_FLIPBUF_SIZE definition
    
    We simply define it to the same value.  Nowdays the TTY flip value is
    irrelevant but the value it used is as good as any so why risk breaking it
    
    Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/char/mxser.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/char/mxser.h b/drivers/char/mxser.h
index 9fe2849..1f4aa45 100644
--- a/drivers/char/mxser.h
+++ b/drivers/char/mxser.h
@@ -30,8 +30,7 @@
 
 #define TTY_THRESHOLD_THROTTLE  128
 
-#define LO_WATER               (TTY_FLIPBUF_SIZE)
-#define HI_WATER               (TTY_FLIPBUF_SIZE*2*3/4)
+#define HI_WATER               768
 
 // added by James. 03-11-2004.
 #define MOXA_SDS_GETICOUNTER   (MOXA + 68)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to