From: Jingoo Han Date: Wed, 5 Feb 2014 00:56:37 +0000 (+0900) Subject: serial: sh-sci: Fix cast warning X-Git-Tag: v3.15-rc1~138^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af4e960b8a12b3f07033f1c12504305e6d4df1a;p=pandora-kernel.git 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 Acked-by: Laurent Pinchart Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed