Skip to content

Commit

Permalink
[S390] 3215/3270 console: remove wrong comment
Browse files Browse the repository at this point in the history
When converting these two drivers from bootmem to slab allocations I
forgot to remove two comments which state that this wouldn't be
possible.
So remove them now since this caused confusion already.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Dec 7, 2009
1 parent 5e24eb0 commit 42d61b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/s390/char/con3215.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ static struct console con3215 = {

/*
* 3215 console initialization code called from console_init().
* NOTE: This is called before kmalloc is available.
*/
static int __init con3215_init(void)
{
Expand Down
1 change: 0 additions & 1 deletion drivers/s390/char/con3270.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ static struct console con3270 = {

/*
* 3270 console initialization code called from console_init().
* NOTE: This is called before kmalloc is available.
*/
static int __init
con3270_init(void)
Expand Down

0 comments on commit 42d61b9

Please sign in to comment.