net: pci200syn: replace comparison to NULL with "!card"
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 13:54:20 +0000 (21:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 18:03:17 +0000 (11:03 -0700)
commitb9282333efff96c19bc58a36f4929471de02b4f3
tree990aed0a8b3c18bf0eba0b6aef3efbff80fd7c14
parentf9a03eae28507c07709c49ac283194be760e9511
net: pci200syn: replace comparison to NULL with "!card"

According to the chackpatch.pl, comparison to NULL could
be written "!card".

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/pci200syn.c