aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2016-09-28 23:15:54 +0200
committerRafael J. Wysocki <[email protected]>2016-09-28 23:15:54 +0200
commit356ed043517dbceb646a9353831abde91062a395 (patch)
tree0bc4785cf97f7a1e99b9efa55ea77181efa136c0 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentbba6529ea039925ed422696be5d52677bd16643c (diff)
watchdog: wdat_wdt: fix return value check in wdat_wdt_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <[email protected]> Acked-by: Mika Westerberg <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions