OSDN Git Service

net: dsa: remove redundant null pointer check before put_device
authorzhong jiang <zhongjiang@huawei.com>
Sun, 16 Sep 2018 13:45:02 +0000 (21:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 15:20:11 +0000 (08:20 -0700)
commitb458925ed5797a20f22cdf005625e25106cf7124
treee0e767319c6f70772521398dac38a0aa3aaf6464
parent1ddc5d3e5f1cf9ac8a6aad00b95a7a022e634ef4
net: dsa: remove redundant null pointer check before put_device

put_device has taken the null pinter check into account. So it is
safe to remove the duplicated check before put_device.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/legacy.c