From: Paul Mundt Date: Wed, 19 Jan 2011 08:51:37 +0000 (+0900) Subject: serial: sh-sci: Fix up ioremap handling. X-Git-Tag: v2.6.39-rc1~456^2~17^3~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8183a6c6238a192fba32ac47d75fd076ca487a6;p=pandora-kernel.git serial: sh-sci: Fix up ioremap handling. We were using an IS_ERR() check for the ioremap case, presumably because this matched the old custom ioremap call that sh64 was providing. Now that all ioremap() implementations trap the IS_ERR case and hand back a NULL, check for that instead. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed