Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: socket: drop unneeded likely() call around IS_ERR()
IS_ERR() already calls unlikely(), so this extra likely() call around the !IS_ERR() is not needed. Signed-off-by: Enrico Weigelt <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information