[PATCH] tty_register_driver: Remove incorrect and superfluous cast
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Tue, 20 Feb 2007 14:45:21 +0000 (15:45 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 20 Feb 2007 18:13:45 +0000 (10:13 -0800)
commite5717c48ed52feebd59756578debd34eaeb9d262
treed5d122229a6fdccc6573774036624e2953a7fb6f
parent1ca949299260aa49eeba34ff912e2321c8b1f647
[PATCH] tty_register_driver: Remove incorrect and superfluous cast

tty_register_driver: Remove incorrect and superfluous cast (expected and passed
types are both const char *)

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c