From: Viresh Kumar Date: Wed, 12 Aug 2015 10:29:39 +0000 (+0530) Subject: PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a3cb04a5f9cd5323a76db9ee409a7f3004259a;p=pandora-kernel.git PM / OPP: 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. Acked-by: Pavel Machek Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed