diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-08-12 17:10:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-13 01:45:46 +0200 |
commit | b0c6ce24911fcb64715de9569f0f7b4f54d1d045 (patch) | |
tree | bdbebab3a7b4d41081d50400b49c730cb11823c4 /lib | |
parent | bpf: fix bpf_perf_event_read() loop upper bound (diff) | |
download | linux-b0c6ce24911fcb64715de9569f0f7b4f54d1d045.tar.xz linux-b0c6ce24911fcb64715de9569f0f7b4f54d1d045.zip |
net: fec: Remove unneeded use of IS_ERR_VALUE() macro
There is no need to use the IS_ERR_VALUE() macro for checking
the return value from pm_runtime_* functions.
Just do a simple negative test instead.
The semantic patch that makes this change is available
in scripts/coccinelle/api/pm_runtime.cocci.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions