From: Viresh Kumar Date: Mon, 10 Aug 2015 06:12:25 +0000 (+0530) Subject: PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL) X-Git-Tag: omap-for-v4.4/cleanup-pt1~72^2~1^3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9348da2f1c2ca8e064d4907cdc5b3a19477df933;p=pandora-kernel.git PM / devfreq: 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 Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed