Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 374cb861 authored by Doug Ledford's avatar Doug Ledford
Browse files

RDMA/bnxt_re: Use IS_ERR_OR_NULL where appropriate



Constructs such as if (ptr && !IS_ERR(ptr)) can be shorted to
just !IS_ERR_OR_NULL(ptr) instead.  Make substitutions in the bnxt_re
driver where appropriate.

Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent ebbd1dfb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment