diff options
author | 2020-05-07 19:12:24 +0800 | |
---|---|---|
committer | 2020-05-15 16:25:20 +0200 | |
commit | 0548745fa335a4665b039b9fd8e121339932c24b (patch) | |
tree | 26e56ce9bf4f0060d3075e74766d606af7554fe1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | w1: ds2430: fix eeprom size in driver description (diff) | |
download | wireguard-linux-0548745fa335a4665b039b9fd8e121339932c24b.tar.xz wireguard-linux-0548745fa335a4665b039b9fd8e121339932c24b.zip |
dca: Use PTR_ERR_OR_ZERO() to simplify code
The function PTR_ERR_OR_ZERO() contains the check of
IS_ERR() and the return of PTR_ERR() or zero.
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200507111224.4176-1-tangbin@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions