From: Jingoo Han Date: Fri, 13 May 2011 12:27:24 +0000 (+0900) Subject: USB: s3c-hsudc: use IS_ERR() instead of NULL check X-Git-Tag: v3.0-rc1~337^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004c127ef071e33df99708c2778fdb15564962ce;p=pandora-kernel.git USB: s3c-hsudc: use IS_ERR() instead of NULL check clk_get() returns ERR_PTR() on error, not NULL. Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed