]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 19 Jul 2018 04:14:17 +0000 (23:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jul 2018 23:17:08 +0000 (16:17 -0700)
commit89f312842e18e9c729459784db3f443bbbd64033
tree5d036e8590e4f34beec541878c16fbd92cf4ea91
parentb311d45744f22cca2261e5daf3eb0c3c00b97be4
net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register

This line makes up what macro PTR_ERR_OR_ZERO already does. So,
make use of PTR_ERR_OR_ZERO rather than an open-code version.

This code was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c