From: Viresh Kumar Date: Fri, 31 Jul 2015 08:38:30 +0000 (+0530) Subject: drivers: staging: Drop unlikely before IS_ERR(_OR_NULL) X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f44cb0ba88b40c09c5bdfc46186e09f42b1a9b0;p=pandora-kernel.git drivers: staging: 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. This also replaces an IS_ERR(x) + (x == NULL) check to IS_ERR_OR_NULL check. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed