[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>
This commit is contained in:
committed by
Linus Torvalds
parent
8a1c17574a
commit
fb911ee849
@@ -1683,7 +1683,7 @@ static void __init probe_sccs(void)
|
||||
#ifndef CONFIG_SERIAL_DEC_CONSOLE
|
||||
/*
|
||||
* We're called early and memory managment isn't up, yet.
|
||||
* Thus check_region would fail.
|
||||
* Thus request_region would fail.
|
||||
*/
|
||||
if (!request_region((unsigned long)
|
||||
zs_channels[n_channels].control,
|
||||
|
||||
Reference in New Issue
Block a user