diff options
author | Peter Osterlund <petero2@telia.com> | 2005-09-13 10:25:15 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 17:22:29 +0200 |
commit | fb911ee849756fc6c609dddded92d9207ff3fb29 (patch) | |
tree | 2eda87e13d7d5da91839a22b75c5ac7e12a0c849 /drivers/char/amiserial.c | |
parent | [PATCH] schedule_timeout_[un]interruptible() speedup (diff) | |
download | linux-fb911ee849756fc6c609dddded92d9207ff3fb29.tar.xz linux-fb911ee849756fc6c609dddded92d9207ff3fb29.zip |
[PATCH] Remove unnecessary check_region references in comments
Remove check_region references from comments and printk statements so that
searching for real users of this deprecated function gets easier.
Signed-off-by: Peter Osterlund <petero2@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/amiserial.c')
-rw-r--r-- | drivers/char/amiserial.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/amiserial.c b/drivers/char/amiserial.c index 2a36561eec68..a124f8c5d062 100644 --- a/drivers/char/amiserial.c +++ b/drivers/char/amiserial.c @@ -2053,10 +2053,6 @@ static int __init rs_init(void) state->icount.rx = state->icount.tx = 0; state->icount.frame = state->icount.parity = 0; state->icount.overrun = state->icount.brk = 0; - /* - if(state->port && check_region(state->port,REGION_LENGTH(state))) - continue; - */ printk(KERN_INFO "ttyS%d is the amiga builtin serial port\n", state->line); |