]> git.baikalelectronics.ru Git - kernel.git/commit
IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Feb 2015 18:47:33 +0000 (19:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 04:29:47 +0000 (20:29 -0800)
commitf98a42dde11f851a473dac7d174d27ce49359aa4
tree8eb0d8b337769a0bcf84215c69ca8b74f63c3c81
parent3d491bf0ce1f8a5dd1c56a2b0c4217257da08c9f
IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"

The of_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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/emac/core.c