[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>
Bu işleme şunda yer alıyor:
Peter Osterlund
2005-09-13 01:25:15 -07:00
işlemeyi yapan: Linus Torvalds
ebeveyn 8a1c17574a
işleme fb911ee849
15 değiştirilmiş dosya ile 16 ekleme ve 20 silme

Dosyayı Görüntüle

@@ -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);