Re: [PATCH 18/23] infiniband: scsi: remove unnecessary unlikely()
On Thu, Aug 30, 2018 at 3:35 PM Igor Stoppa wrote: > > WARN_ON() already contains an unlikely(), so it's not necessary to > wrap it into another. Reviewed-by: Bart Van Assche
[PATCH 18/23] infiniband: scsi: remove unnecessary unlikely()
WARN_ON() already contains an unlikely(), so it's not necessary to wrap it into another. Signed-off-by: Igor Stoppa Cc: Bart Van Assche --- drivers/infiniband/ulp/srpt/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/