commit | b5ffe634425591db5692fa242da0bbe20d1f76a7 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Aug 12 15:59:47 2015 +0530 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Sep 29 15:15:40 2015 +0200 |
tree | 20380e2ff1c60c8b980629c5bb728106839e6a00 | |
parent | 18e8e5c7a9f9aef1b45e0729dc340989d5a954d0 [diff] |
net: 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: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>