]> Git Repo - linux.git/commit
IB/hfi1: remove unlikely() from IS_ERR*() condition
authorDenis Efremov <[email protected]>
Wed, 25 Sep 2019 23:49:40 +0000 (16:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Sep 2019 17:10:30 +0000 (10:10 -0700)
commit7b0b69259433fc1758408a899224db4fcc41b865
treec7f66f149e1c02ebf6100b8995431746cc670f51
parent14ed8688074ad7ba62d460ab87da841fa5407285
IB/hfi1: remove unlikely() from IS_ERR*() condition

"unlikely(IS_ERR_OR_NULL(x))" is excessive. IS_ERR_OR_NULL() already uses
unlikely() internally.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Denis Efremov <[email protected]>
Cc: Mike Marciniszyn <[email protected]>
Cc: Joe Perches <[email protected]>
Acked-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/infiniband/hw/hfi1/verbs.c
This page took 0.053737 seconds and 4 git commands to generate.