serial: sh-sci: Fix cast warning
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Feb 2014 00:56:37 +0000 (09:56 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 17:17:31 +0000 (09:17 -0800)
commit3af4e960b8a12b3f07033f1c12504305e6d4df1a
tree35468f53f8e1002a5fe035be477ed39add3e993f
parent4a818a09c050ebd0d99398742016bdf7e788be2a
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>
drivers/tty/serial/sh-sci.c
This page took 0.025658 seconds and 5 git commands to generate.