net: Drop unlikely before IS_ERR(_OR_NULL)
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Aug 2015 10:29:47 +0000 (15:59 +0530)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Sep 2015 13:15:40 +0000 (15:15 +0200)
commitb5ffe634425591db5692fa242da0bbe20d1f76a7
tree20380e2ff1c60c8b980629c5bb728106839e6a00
parent18e8e5c7a9f9aef1b45e0729dc340989d5a954d0
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>
net/openvswitch/datapath.c
net/sctp/socket.c
net/socket.c