serial: sh-sci: Fix cast warning
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Feb 2014 00:56:37 +0000 (09:56 +0900)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:13:22 +0000 (11:13 +0100)
commit03832406fffa016f5c55289358f4f472868cce68
tree6ac1220ceae34bddf0ecc20904608178c40e6568
parent2973a95b1012c7d710decfbea8f0a2618cc18337
serial: sh-sci: Fix cast warning

Fix the following compile warning about cast to pointer from
integer of different size.

drivers/tty/serial/sh-sci.c:2021:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 3af4e960b8a12b3f07033f1c12504305e6d4df1a)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/tty/serial/sh-sci.c