]> git.baikalelectronics.ru Git - kernel.git/commit
irda: Delete an unnecessary check before the function call "irlmp_unregister_service"
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Nov 2015 17:18:37 +0000 (18:18 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Nov 2015 18:30:47 +0000 (13:30 -0500)
commita8fe9d9e471814886ac2b38936af0dc01d74a0d3
tree6a62af36f0f69af03a61a82c6e0f26bd87bc8abc
parentb13b71fb8b055b8128abb86712d5a287c4986e3f
irda: Delete an unnecessary check before the function call "irlmp_unregister_service"

The irlmp_unregister_service() 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>
net/irda/af_irda.c