From: Viresh Kumar Date: Fri, 31 Jul 2015 08:38:24 +0000 (+0530) Subject: drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL) X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55579cfe67d76394be46f00acef8854d08db5362;p=pandora-kernel.git drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL) IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Signed-off-by: Viresh Kumar Reviewed-by: Sinclair Yeh Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed