commit | 0cd2135cf83dd183d3fe05658e17b67b5f6cba86 | [log] [tgz] |
---|---|---|
author | Peng Li <lipeng321@huawei.com> | Fri Jun 11 11:36:20 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 11 12:58:12 2021 -0700 |
tree | f3e4ac3115c3824c5891a8af9b81d50f985a31f3 | |
parent | ae6440483b545176b888bfe74971aa40a5749d46 [diff] |
net: pc300too: replace comparison to NULL with "!card->plxbase" According to the chackpatch.pl, comparison to NULL could be written "!card->plxbase". Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>