]> git.baikalelectronics.ru Git - kernel.git/commit
net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev_put"
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 29 Nov 2014 17:55:40 +0000 (18:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Dec 2014 05:14:20 +0000 (21:14 -0800)
commitbc48a85a68ea3d943b9eb8fcd32ade5caac64c06
tree47c6fca52ac16cc332904eab87796ec93b44837f
parente1f30237d54b0d5e83992dd34592d61b6eb1fc66
net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev_put"

The pci_dev_put() function tests whether its argument is NULL
and then returns immediately. Thus the test around the call
is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pasemi/pasemi_mac.c