datapath: Remove explicit 'unlikely' from IS_ERR calls.
authorBen Pfaff <blp@nicira.com>
Sat, 11 Dec 2010 00:41:33 +0000 (16:41 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 18:24:04 +0000 (10:24 -0800)
commit40796b34abcf5ecda6b5283961ed26e28f7ae32e
treeef44d3881f1644e3fcb32f0a3c69fde7e7eaf6b5
parent77479a0e1b1bb9fa20db4c192ab11a773b7c5077
datapath: Remove explicit 'unlikely' from IS_ERR calls.

As David Miller pointed out on netdev today, IS_ERR has a built-in
'unlikely', so there's no point in adding one of our own.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c
datapath/datapath.c
datapath/tunnel.c