commit | 55579cfe67d76394be46f00acef8854d08db5362 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Jul 31 14:08:24 2015 +0530 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 06 14:13:07 2015 +0200 |
tree | fc1be44ac3af74fc0625aebb7ad88dccc1c7faa2 | |
parent | 0843010bbd60acf9e5a588828ad227937085e7b1 [diff] |
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 <viresh.kumar@linaro.org> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>